, including all inherited members.
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(const char *event, vtkCommand *, float priority=0.0f) | vtkObject | |
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) | vtkObject | [inline] |
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) | vtkObject | [inline] |
BarycentricCoords(double x[3], double x1[3], double x2[3], double x3[3], double x4[3], double bcoords[4]) | vtkTetra | [static] |
Bounds | vtkCell | [protected] |
BreakOnError() | vtkObject | [static] |
CellBoundary(int subId, double pcoords[3], vtkIdList *pts) | vtkTetra | [virtual] |
Circumsphere(double p1[3], double p2[3], double p3[3], double p4[3], double center[3]) | vtkTetra | [static] |
Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) | vtkTetra | [virtual] |
ClipScalars | vtkCell3D | [protected] |
ClipTetra | vtkCell3D | [protected] |
CollectRevisions(ostream &os) | vtkObjectBase | [protected, virtual] |
ComputeVolume(double p1[3], double p2[3], double p3[3], double p4[3]) | vtkTetra | [static] |
Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) | vtkTetra | [virtual] |
Debug | vtkObject | [protected] |
DebugOff() | vtkObject | [virtual] |
DebugOn() | vtkObject | [virtual] |
DeepCopy(vtkCell *c) | vtkCell | [virtual] |
Delete() | vtkObjectBase | [virtual] |
Derivatives(int subId, double pcoords[3], double *values, int dim, double *derivs) | vtkTetra | [virtual] |
EvaluateLocation(int &subId, double pcoords[3], double x[3], double *weights) | vtkTetra | [virtual] |
EvaluatePosition(double x[3], double *closestPoint, int &subId, double pcoords[3], double &dist2, double *weights) | vtkTetra | [virtual] |
FastDelete() | vtkObjectBase | [virtual] |
GetBounds(double bounds[6]) | vtkCell | |
GetBounds() | vtkCell | |
GetCellDimension() | vtkCell3D | [inline, virtual] |
GetCellType() | vtkTetra | [inline, virtual] |
GetClassName() | vtkTetra | [virtual] |
vtkObjectBase::GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetDebug() | vtkObject | |
GetEdge(int edgeId) | vtkTetra | [virtual] |
GetEdgeArray(int edgeId) | vtkTetra | [static] |
GetEdgePoints(int edgeId, int *&pts) | vtkTetra | [virtual] |
GetFace(int faceId) | vtkTetra | [virtual] |
GetFaceArray(int faceId) | vtkTetra | [static] |
GetFacePoints(int faceId, int *&pts) | vtkTetra | [virtual] |
GetFaces() | vtkCell | [inline, virtual] |
GetGlobalWarningDisplay() | vtkObject | [static] |
GetLength2() | vtkCell | |
GetMergeTolerance() | vtkCell3D | [virtual] |
GetMTime() | vtkObject | [virtual] |
GetNumberOfEdges() | vtkTetra | [inline, virtual] |
GetNumberOfFaces() | vtkTetra | [inline, virtual] |
GetNumberOfPoints() | vtkCell | [inline] |
GetParametricCenter(double pcoords[3]) | vtkTetra | [inline, virtual] |
GetParametricCoords() | vtkTetra | [virtual] |
GetParametricDistance(double pcoords[3]) | vtkTetra | [virtual] |
GetPointId(int ptId) | vtkCell | [inline] |
GetPointIds() | vtkCell | [inline] |
GetPoints() | vtkCell | [inline] |
GetReferenceCount() | vtkObjectBase | [inline] |
GlobalWarningDisplayOff() | vtkObject | [inline, static] |
GlobalWarningDisplayOn() | vtkObject | [inline, static] |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Initialize(int npts, vtkIdType *pts, vtkPoints *p) | vtkCell | |
Initialize() | vtkCell | [inline, virtual] |
Insphere(double p1[3], double p2[3], double p3[3], double p4[3], double center[3]) | vtkTetra | [static] |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) | vtkObject | [protected] |
InternalReleaseFocus() | vtkObject | [protected] |
InterpolateDerivs(double pcoords[3], double derivs[12]) | vtkTetra | [inline, virtual] |
vtkCell3D::InterpolateDerivs(double pcoords[3], double derivs[3]) | vtkCell | [inline, virtual] |
InterpolateFunctions(double pcoords[3], double weights[4]) | vtkTetra | [inline, virtual] |
vtkCell3D::InterpolateFunctions(double pcoords[3], double weights[3]) | vtkCell | [inline, virtual] |
InterpolationDerivs(double pcoords[3], double derivs[12]) | vtkTetra | [static] |
InterpolationFunctions(double pcoords[3], double weights[4]) | vtkTetra | [static] |
IntersectWithLine(double p1[3], double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) | vtkTetra | [virtual] |
InvokeEvent(unsigned long event, void *callData) | vtkObject | |
InvokeEvent(const char *event, void *callData) | vtkObject | |
InvokeEvent(unsigned long event) | vtkObject | [inline] |
InvokeEvent(const char *event) | vtkObject | [inline] |
IsA(const char *type) | vtkTetra | [virtual] |
IsExplicitCell() | vtkCell | [inline, virtual] |
IsLinear() | vtkCell | [inline, virtual] |
IsPrimaryCell() | vtkCell | [inline, virtual] |
IsTypeOf(const char *type) | vtkTetra | [static] |
JacobianInverse(double **inverse, double derivs[12]) | vtkTetra | |
Line | vtkTetra | [protected] |
MergeTolerance | vtkCell3D | [protected] |
Modified() | vtkObject | [virtual] |
MTime | vtkObject | [protected] |
New() | vtkTetra | [static] |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
PointIds | vtkCell | |
Points | vtkCell | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
PrintRevisions(ostream &os) | vtkObjectBase | |
PrintSelf(ostream &os, vtkIndent indent) | vtkTetra | [virtual] |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
ReferenceCount | vtkObjectBase | [protected] |
Register(vtkObjectBase *o) | vtkObjectBase | [virtual] |
RegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
RemoveAllObservers() | vtkObject | |
RemoveObserver(vtkCommand *) | vtkObject | |
RemoveObserver(unsigned long tag) | vtkObject | |
RemoveObservers(unsigned long event, vtkCommand *) | vtkObject | |
RemoveObservers(const char *event, vtkCommand *) | vtkObject | |
RemoveObservers(unsigned long event) | vtkObject | |
RemoveObservers(const char *event) | vtkObject | |
ReportReferences(vtkGarbageCollector *) | vtkObjectBase | [protected, virtual] |
RequiresExplicitFaceRepresentation() | vtkCell | [inline, virtual] |
RequiresInitialization() | vtkCell | [inline, virtual] |
SafeDownCast(vtkObject *o) | vtkTetra | [static] |
SetDebug(unsigned char debugFlag) | vtkObject | |
SetFaces(vtkIdType *vtkNotUsed(faces)) | vtkCell | [inline, virtual] |
SetGlobalWarningDisplay(int val) | vtkObject | [static] |
SetMergeTolerance(double) | vtkCell3D | [virtual] |
SetReferenceCount(int) | vtkObjectBase | |
ShallowCopy(vtkCell *c) | vtkCell | [virtual] |
SubjectHelper | vtkObject | [protected] |
Superclass typedef | vtkTetra | |
TetraCenter(double p1[3], double p2[3], double p3[3], double p4[3], double center[3]) | vtkTetra | [static] |
Triangle | vtkTetra | [protected] |
Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) | vtkTetra | [virtual] |
Triangulator | vtkCell3D | [protected] |
UnRegister(vtkObjectBase *o) | vtkObjectBase | [virtual] |
UnRegisterInternal(vtkObjectBase *, int check) | vtkObject | [protected, virtual] |
vtkCell() | vtkCell | [protected] |
vtkCell3D() | vtkCell3D | [protected] |
vtkObject() | vtkObject | [protected] |
vtkObjectBase() | vtkObjectBase | [protected] |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
vtkTetra() | vtkTetra | [protected] |
WeakPointers | vtkObjectBase | [protected] |
~vtkCell() | vtkCell | [protected] |
~vtkCell3D() | vtkCell3D | [protected] |
~vtkObject() | vtkObject | [protected, virtual] |
~vtkObjectBase() | vtkObjectBase | [protected, virtual] |
~vtkTetra() | vtkTetra | [protected] |