OpenVDB  1.2.0
Public Types | Public Member Functions | Public Attributes | List of all members
ReferenceData< DistTreeT > Struct Template Reference

#include <VolumeToMesh.h>

Public Types

typedef DistTreeT::ValueType DistValueT
 
typedef DistTreeT::template
ValueConverter< char >::Type 
CharTreeT
 
typedef DistTreeT::template
ValueConverter< bool >::Type 
BoolTreeT
 
typedef DistTreeT::template
ValueConverter< Vec3s >::Type 
Vec3sTreeT
 

Public Member Functions

 ReferenceData ()
 
bool isValid () const
 

Public Attributes

const DistTreeT * mDistTree
 
const CharTreeTmEdgeTree
 
BoolTreeTmTopologyMaskTree
 
Vec3sTreeTmSeamPointTree
 
BoolTreeT::Ptr mSeamMaskTree
 
BoolTreeT::Ptr mSmoothingMaskTree
 
DistValueT mInternalAdaptivity
 

Member Typedef Documentation

typedef DistTreeT::template ValueConverter<bool>::Type BoolTreeT
typedef DistTreeT::template ValueConverter<char>::Type CharTreeT
typedef DistTreeT::ValueType DistValueT
typedef DistTreeT::template ValueConverter<Vec3s>::Type Vec3sTreeT

Constructor & Destructor Documentation

ReferenceData ( )
inline

Member Function Documentation

bool isValid ( ) const
inline

Member Data Documentation

const DistTreeT* mDistTree
const CharTreeT* mEdgeTree
DistValueT mInternalAdaptivity
BoolTreeT::Ptr mSeamMaskTree
Vec3sTreeT* mSeamPointTree
BoolTreeT::Ptr mSmoothingMaskTree
BoolTreeT* mTopologyMaskTree

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