addCell_(int v1, int v2, int v3) | volcart::shapes::ShapePrimitive | protected |
addVertex_(double x, double y, double z) | volcart::shapes::ShapePrimitive | protected |
cells_ | volcart::shapes::ShapePrimitive | protected |
construct_spiral_(int numCols, int numRows, double a, double b, double dTheta, double dH) | volcart::shapes::Spiral | private |
getCells() const | volcart::shapes::ShapePrimitive | inline |
getPoints() const | volcart::shapes::ShapePrimitive | inline |
isOrdered() const | volcart::shapes::ShapePrimitive | inline |
itkMesh() | volcart::shapes::ShapePrimitive | |
ordered_ | volcart::shapes::ShapePrimitive | protected |
orderedHeight() const | volcart::shapes::ShapePrimitive | inline |
orderedHeight_ | volcart::shapes::ShapePrimitive | protected |
orderedPointNormal() | volcart::shapes::ShapePrimitive | |
orderedPoints() | volcart::shapes::ShapePrimitive | |
orderedWidth() const | volcart::shapes::ShapePrimitive | inline |
orderedWidth_ | volcart::shapes::ShapePrimitive | protected |
points_ | volcart::shapes::ShapePrimitive | protected |
ShapePrimitive() | volcart::shapes::ShapePrimitive | protected |
Spiral(double arcLength, double height, double a=0.5, double b=0.1, double dTheta=0.25, double dH=1.0) | volcart::shapes::Spiral | |
Spiral(double arcLength, double height, int numPts, int numCurves, double a=0.5, double b=0.1) | volcart::shapes::Spiral | |
unorderedPointNormal() | volcart::shapes::ShapePrimitive | |
unorderedPoints() | volcart::shapes::ShapePrimitive | |
updateNormal_(int vertID, double nx, double ny, double nz) | volcart::shapes::ShapePrimitive | protected |
vtkMesh() | volcart::shapes::ShapePrimitive | |