Classes | |
| class | ndCalculateIsoValue |
| class | ndImplementation |
Public Member Functions | |
| ndVector | GetOrigin () const |
| const ndArray< ndVector > & | GetPoints () const |
| D_CORE_API void | GenerateMesh (const ndArray< ndVector > &pointCloud, ndFloat32 gridSize, ndCalculateIsoValue *const computeIsoValue=nullptr) |
| D_CORE_API ndInt32 | GenerateListIndexList (ndInt32 *const indexList, ndInt32 strideInFloat32, ndReal *const posit, ndReal *const normals) const |
Public Member Functions inherited from ndClassAlloc | |
| ndClassAlloc () | |
| Empty default constructor. | |
| ~ndClassAlloc () | |
| Empty. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ndClassAlloc | |
| D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * | Malloc (size_t size) |
| Generic allocation for any function subclass from ndClassAlloc. | |
| static D_CORE_API void | Free (void *const ptr) |
| Generic destruction for any function subclass from ndClassAlloc. | |