Assimp  v4.1. (December 2018)
o3dgc::DynamicVector Class Reference

Public Member Functions

void ComputeMinMax (O3DGCSC3DMCQuantizationMode quantMode)
 
 DynamicVector (void)
 Constructor. More...
 
unsigned long GetDimVector () const
 
const RealGetMax () const
 
Real GetMax (unsigned long j) const
 
const RealGetMin () const
 
Real GetMin (unsigned long j) const
 
unsigned long GetNVector () const
 
unsigned long GetStride () const
 
const RealGetVectors () const
 
RealGetVectors ()
 
void SetDimVector (unsigned long dim)
 
void SetMax (Real *const max)
 
void SetMax (unsigned long j, Real max)
 
void SetMin (Real *const min)
 
void SetMin (unsigned long j, Real min)
 
void SetNVector (unsigned long num)
 
void SetStride (unsigned long stride)
 
void SetVectors (Real *const vectors)
 
 ~DynamicVector (void)
 Destructor. More...
 

Constructor & Destructor Documentation

◆ DynamicVector()

o3dgc::DynamicVector::DynamicVector ( void  )
inline

Constructor.

◆ ~DynamicVector()

o3dgc::DynamicVector::~DynamicVector ( void  )
inline

Destructor.

Member Function Documentation

◆ ComputeMinMax()

void o3dgc::DynamicVector::ComputeMinMax ( O3DGCSC3DMCQuantizationMode  quantMode)
inline

◆ GetDimVector()

unsigned long o3dgc::DynamicVector::GetDimVector ( ) const
inline

◆ GetMax() [1/2]

const Real* o3dgc::DynamicVector::GetMax ( ) const
inline

◆ GetMax() [2/2]

Real o3dgc::DynamicVector::GetMax ( unsigned long  j) const
inline

◆ GetMin() [1/2]

const Real* o3dgc::DynamicVector::GetMin ( ) const
inline

◆ GetMin() [2/2]

Real o3dgc::DynamicVector::GetMin ( unsigned long  j) const
inline

◆ GetNVector()

unsigned long o3dgc::DynamicVector::GetNVector ( ) const
inline

◆ GetStride()

unsigned long o3dgc::DynamicVector::GetStride ( ) const
inline

◆ GetVectors() [1/2]

const Real* o3dgc::DynamicVector::GetVectors ( ) const
inline

◆ GetVectors() [2/2]

Real* o3dgc::DynamicVector::GetVectors ( )
inline

◆ SetDimVector()

void o3dgc::DynamicVector::SetDimVector ( unsigned long  dim)
inline

◆ SetMax() [1/2]

void o3dgc::DynamicVector::SetMax ( Real *const  max)
inline

◆ SetMax() [2/2]

void o3dgc::DynamicVector::SetMax ( unsigned long  j,
Real  max 
)
inline

◆ SetMin() [1/2]

void o3dgc::DynamicVector::SetMin ( Real *const  min)
inline

◆ SetMin() [2/2]

void o3dgc::DynamicVector::SetMin ( unsigned long  j,
Real  min 
)
inline

◆ SetNVector()

void o3dgc::DynamicVector::SetNVector ( unsigned long  num)
inline

◆ SetStride()

void o3dgc::DynamicVector::SetStride ( unsigned long  stride)
inline

◆ SetVectors()

void o3dgc::DynamicVector::SetVectors ( Real *const  vectors)
inline

The documentation for this class was generated from the following file: