SOFA API  3ea83cbd
Open source framework for multi-physics simuation
sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator Class Reference

#include <BaseMatrix.h>

Public Attributes

union {
   void *   ptr
 
   Index   data [2]
 
}; 
 

Public Member Functions

 InternalRowBlockIterator ()
 
 InternalRowBlockIterator (void *internalPtr)
 
 InternalRowBlockIterator (Index internalData0, Index internalData1)
 

Attribute details

◆ 

union { ... }

◆ data

Index sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator::data[2]

◆ ptr

void* sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator::ptr

Constructor details

◆ InternalRowBlockIterator() [1/3]

sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator::InternalRowBlockIterator ( )
inline

◆ InternalRowBlockIterator() [2/3]

sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator::InternalRowBlockIterator ( void *  internalPtr)
inline

◆ InternalRowBlockIterator() [3/3]

sofa::linearalgebra::BaseMatrix::InternalRowBlockIterator::InternalRowBlockIterator ( Index  internalData0,
Index  internalData1 
)
inline