#include <GU_SurfaceDistance.h>
|
| GU_SurfaceDistance () |
|
| GU_SurfaceDistance (const GEO_Detail &gdp, bool as_polylines) |
|
bool | getAsPolylines () const |
|
exint | getNumPrimitives () const |
|
void | getVertexRange (exint pr, exint &start, exint &end) const |
|
exint | firstVertex (GA_Offset pt) const |
|
exint | nextVertex (exint vtx) const |
|
GA_Offset | vertexPoint (exint vtx) const |
|
exint | vertexPrimitive (exint vtx) const |
|
void | findDistances (const GA_ROHandleV3 &p_attr, fpreal max_dist, const GA_OffsetArray &pts, const UT_FloatArray &dists, const UT_Function< void(GA_Offset, fpreal)> &func) const |
|
void | findDistances (const GA_ROHandleV3 &p_attr, fpreal max_dist, const GA_OffsetArray &pts, const UT_FloatArray &dists, const UT_Array< exint > &src, const UT_Function< void(GA_Offset, fpreal, exint)> &func) const |
|
int64 | getMemoryUsage (bool inclusive) const |
|
Definition at line 43 of file GU_SurfaceDistance.h.
GU_SurfaceDistance::GU_SurfaceDistance |
( |
| ) |
|
GU_SurfaceDistance::GU_SurfaceDistance |
( |
const GEO_Detail & |
gdp, |
|
|
bool |
as_polylines |
|
) |
| |
bool GU_SurfaceDistance::getAsPolylines |
( |
| ) |
const |
|
inline |
int64 GU_SurfaceDistance::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
exint GU_SurfaceDistance::getNumPrimitives |
( |
| ) |
const |
|
inline |
exint GU_SurfaceDistance::nextVertex |
( |
exint |
vtx | ) |
const |
|
inline |
exint GU_SurfaceDistance::vertexPrimitive |
( |
exint |
vtx | ) |
const |
|
inline |
The documentation for this class was generated from the following file: