Home
last modified time | relevance | path

Searched defs:VolumeToMesh (Results 1 – 1 of 1) sorted by relevance

/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h160 struct VolumeToMesh struct
174 size_t pointListSize() const { return mPointListSize; } in pointListSize()
175 PointList& pointList() { return mPoints; } in pointList()
176 const PointList& pointList() const { return mPoints; } in pointList()
178 size_t polygonPoolListSize() const { return mPolygonPoolListSize; } in polygonPoolListSize()
179 PolygonPoolList& polygonPoolList() { return mPolygons; } in polygonPoolList()
180 const PolygonPoolList& polygonPoolList() const { return mPolygons; } in polygonPoolList()
182 std::vector<uint8_t>& pointFlags() { return mPointFlags; } in pointFlags()
183 const std::vector<uint8_t>& pointFlags() const { return mPointFlags; } in pointFlags()
240 VolumeToMesh& operator=(const VolumeToMesh&); argument
[all …]