VolumeToolsInterface Member List
This is the complete list of members for VolumeToolsInterface , including all inherited members.
ApplyFilterToVolume (const Volume &volume, const FilterSettings &filterType, const ThreadRef &thread, const Volume *maskVolume=nullptr, FieldSampleData *maskField=nullptr) | VolumeToolsInterface | static |
ApplySDFFilterToVolume (const Volume &volume, const SDFFilterSettings &filterType, const ThreadRef &thread, const Volume *maskVolume=nullptr, FieldSampleData *maskField=nullptr) | VolumeToolsInterface | static |
BlendVolumes (const Volume &volumeA, const Volume &volumeB, const Float blendValue, const ThreadRef &thread) | VolumeToolsInterface | static |
BoolVolumes (const Volume &volumeOne, const Volume &volumeTwo, BOOLTYPE type) | VolumeToolsInterface | static |
ConvertFieldsToVectorVolume (FieldSampleData &fieldData, Float gridSize, const Range< Vector > &sampleBox, const ThreadRef &thread, const Volume *volumeReference=nullptr, const Matrix *creationTransform=nullptr) | VolumeToolsInterface | static |
ConvertFieldsToVolume (FieldSampleData &fieldData, Float gridSize, const Range< Vector > &sampleBox, const ThreadRef &thread, const Volume *volumeReference=nullptr, const Matrix *creationTransform=nullptr) | VolumeToolsInterface | static |
ConvertFogToSDF (const Volume &volume, Float iso, const ThreadRef &thread) | VolumeToolsInterface | static |
ConvertSDFToFog (const Volume &volume, Float cutoff=LIMIT< Float >::MAX) | VolumeToolsInterface | static |
ConvertVectorToFog (const Volume &volume, const ThreadRef &thread) | VolumeToolsInterface | static |
CreateCurlVolume (const Volume &volume, const ThreadRef &thread) | VolumeToolsInterface | static |
CreateGradientVolume (const Volume &volume, const ThreadRef &thread) | VolumeToolsInterface | static |
CreateMaskFromField (FieldSampleData &fieldData, const Volume &volumeReference, Float background, const ThreadRef &thread) | VolumeToolsInterface | static |
CreateMeanCurvatureVolume (const Volume &volume, const ThreadRef &thread) | VolumeToolsInterface | static |
CreateNewFloat32Volume (Float32 background) | VolumeToolsInterface | static |
CreateNewVector32Volume (Vector32 background) | VolumeToolsInterface | static |
CreatePlatonicVolume (Int32 sides, Float size, const Vector &position, Float gridSize, Int32 bandWidth, const ThreadRef &thread, const Matrix *creationTransform=nullptr) | VolumeToolsInterface | static |
CreateSphereVolume (Float radius, const Vector &position, Float gridSize, Int32 bandWidth, const ThreadRef &thread, const Matrix *creationTransform=nullptr) | VolumeToolsInterface | static |
GetGridNamesFromFile (const Url &filename) | VolumeToolsInterface | static |
GetMetaDataFromFile (const Url &filename) | VolumeToolsInterface | static |
LoadAllGridsIntoVolumes (const Url &filename, Float scale, maxon::BaseArray< Volume > &volume, DataDictionary *metaData=nullptr) | VolumeToolsInterface | static |
LoadGridIntoVolume (const Url &filename, Float scale, Int gridIndex, Volume &volume, DataDictionary *metaData=nullptr) | VolumeToolsInterface | static |
LoadVDBFile (const Url &filename, Float scale, BaseArray< String > *gridNames=nullptr, const BaseArray< Int > *gridIndices=nullptr, DataDictionary *metaData=nullptr) | VolumeToolsInterface | static |
MAXON_INTERFACE_NONVIRTUAL (VolumeToolsInterface, MAXON_REFERENCE_NONE, "net.maxon.volume.interface.volumetools") | VolumeToolsInterface | private |
MeshToVolume (const Block< Vector > &vertices, const Block< VolumeConversionPolygon > &polygons, Matrix polygonObjectMatrix, Float gridSize, Int32 bandWidthInterior, Int32 bandWidthExterior, const ThreadRef &thread, POLYGONCONVERSIONFLAGS conversionSettings=POLYGONCONVERSIONFLAGS::NONE, const Matrix *creationTransform=nullptr) | VolumeToolsInterface | static |
MixVectorVolumes (const Volume &volumeOne, const Volume &volumeTwo, MIXVECTORTYPE type) | VolumeToolsInterface | static |
MixVolumes (const Volume &volumeOne, const Volume &volumeTwo, MIXTYPE type) | VolumeToolsInterface | static |
NormalizeVectorVolume (const Volume &volume, const ThreadRef &thread) | VolumeToolsInterface | static |
PointsToVolume (const DelegatePointObjectsPairList &pointObjects, Float gridSize, Int32 bandWidth, const ThreadRef &thread, const Matrix *creationTransform=nullptr, Float velocityScale=0.0) | VolumeToolsInterface | static |
ResampleVolume (const Volume &volume, const Matrix &resampleTransform, const RESAMPLEINTERPOLATIONTYPE interpolationType, const ThreadRef &thread) | VolumeToolsInterface | static |
RotateVectorVolume (const Volume &volume, const Vector &rotationAxis, const Float angle, const ThreadRef &thread, FieldSampleData *maskField=nullptr) | VolumeToolsInterface | static |
SaveVDBFile (const Url &filename, Float scale, BaseArray< Volume > &volumes, const DataDictionary &metaData=DataDictionary()) | VolumeToolsInterface | static |
VolumeToMesh (const Volume &volume, Float iso, Float adaptiveValue) | VolumeToolsInterface | static |