#include <BaseMatrix.h>
| Public Attributes | |
| Index | row | 
| Index | col | 
| union { | |
| void * ptr | |
| Index data | |
| }; | |
| Public Member Functions | |
| InternalBlockAccessor () | |
| InternalBlockAccessor (Index row, Index col, void *internalPtr) | |
| InternalBlockAccessor (Index row, Index col, Index internalData) | |
| union { ... } | 
| Index sofa::linearalgebra::BaseMatrix::InternalBlockAccessor::col | 
| Index sofa::linearalgebra::BaseMatrix::InternalBlockAccessor::data | 
| void* sofa::linearalgebra::BaseMatrix::InternalBlockAccessor::ptr | 
| Index sofa::linearalgebra::BaseMatrix::InternalBlockAccessor::row | 
| 
 | inline | 
| 
 | inline |