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 |
Bounds | vtkCell | protected |
BreakOnError() | vtkObject | static |
Cell | vtkGenericCell | protected |
CellBoundary(int subId, const double pcoords[3], vtkIdList *pts) override | vtkGenericCell | virtual |
CellStore | vtkGenericCell | protected |
Clip(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override | vtkGenericCell | virtual |
ComputeBoundingSphere(double center[3]) const | vtkCell | virtual |
Contour(double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override | vtkGenericCell | virtual |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
DeepCopy(vtkCell *c) override | vtkGenericCell | virtual |
Delete() | vtkObjectBase | virtual |
Derivatives(int subId, const double pcoords[3], const double *values, int dim, double *derivs) override | vtkGenericCell | virtual |
EvaluateLocation(int &subId, const double pcoords[3], double x[3], double *weights) override | vtkGenericCell | virtual |
EvaluatePosition(const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override | vtkGenericCell | virtual |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetBounds(double bounds[6]) | vtkCell | |
GetBounds() | vtkCell | |
GetCellDimension() override | vtkGenericCell | virtual |
GetCellType() override | vtkGenericCell | virtual |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDebug() | vtkObject | |
GetEdge(int edgeId) override | vtkGenericCell | virtual |
GetFace(int faceId) override | vtkGenericCell | virtual |
GetFaces() override | vtkGenericCell | virtual |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetLength2() | vtkCell | |
GetMTime() | vtkObject | virtual |
GetNumberOfEdges() override | vtkGenericCell | virtual |
GetNumberOfFaces() override | vtkGenericCell | virtual |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfPoints() const | vtkCell | inline |
GetParametricCenter(double pcoords[3]) override | vtkGenericCell | virtual |
GetParametricCoords() override | vtkGenericCell | virtual |
GetParametricDistance(const double pcoords[3]) | vtkCell | virtual |
GetPointId(int ptId) | vtkCell | inline |
GetPointIds() | vtkCell | inline |
GetPoints() | vtkCell | inline |
GetReferenceCount() | vtkObjectBase | inline |
GetRepresentativeCell() | vtkGenericCell | inline |
GetUsingMemkind() | vtkObjectBase | static |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
Inflate(double dist) | vtkCell | virtual |
Initialize() override | vtkGenericCell | virtual |
vtkCell::Initialize(int npts, const vtkIdType *pts, vtkPoints *p) | vtkCell | |
vtkCell::Initialize(int npts, vtkPoints *p) | vtkCell | |
InitializeObjectBase() | vtkObjectBase | |
InstantiateCell(int cellType) | vtkGenericCell | static |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
InterpolateDerivs(const double pcoords[3], double *derivs) override | vtkGenericCell | |
vtkCell::InterpolateDerivs(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(derivs)) | vtkCell | inlinevirtual |
InterpolateFunctions(const double pcoords[3], double *weights) override | vtkGenericCell | |
vtkCell::InterpolateFunctions(const double vtkNotUsed(pcoords)[3], double *vtkNotUsed(weight)) | vtkCell | inlinevirtual |
IntersectWithCell(vtkCell *other, double tol=0.0) | vtkCell | virtual |
IntersectWithCell(vtkCell *other, const vtkBoundingBox &boudingBox, const vtkBoundingBox &otherBoundingBox, double tol=0.0) | vtkCell | virtual |
IntersectWithLine(const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override | vtkGenericCell | 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) | vtkGenericCell | virtual |
IsExplicitCell() | vtkCell | inlinevirtual |
IsLinear() override | vtkGenericCell | virtual |
IsPrimaryCell() override | vtkGenericCell | virtual |
IsTypeOf(const char *type) | vtkGenericCell | static |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkGenericCell | static |
NewInstance() const | vtkGenericCell | |
NewInstanceInternal() const | vtkGenericCell | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PointIds | vtkCell | |
Points | vtkCell | |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkGenericCell | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
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 | protectedvirtual |
RequiresExplicitFaceRepresentation() override | vtkGenericCell | virtual |
RequiresInitialization() override | vtkGenericCell | virtual |
SafeDownCast(vtkObjectBase *o) | vtkGenericCell | static |
SetCellType(int cellType) | vtkGenericCell | |
SetCellTypeToBezierCurve() | vtkGenericCell | inline |
SetCellTypeToBezierHexahedron() | vtkGenericCell | inline |
SetCellTypeToBezierQuadrilateral() | vtkGenericCell | inline |
SetCellTypeToBezierTetra() | vtkGenericCell | inline |
SetCellTypeToBezierTriangle() | vtkGenericCell | inline |
SetCellTypeToBezierWedge() | vtkGenericCell | inline |
SetCellTypeToBiQuadraticQuad() | vtkGenericCell | inline |
SetCellTypeToBiQuadraticQuadraticHexahedron() | vtkGenericCell | inline |
SetCellTypeToBiQuadraticQuadraticWedge() | vtkGenericCell | inline |
SetCellTypeToBiQuadraticTriangle() | vtkGenericCell | inline |
SetCellTypeToConvexPointSet() | vtkGenericCell | inline |
SetCellTypeToCubicLine() | vtkGenericCell | inline |
SetCellTypeToEmptyCell() | vtkGenericCell | inline |
SetCellTypeToHexagonalPrism() | vtkGenericCell | inline |
SetCellTypeToHexahedron() | vtkGenericCell | inline |
SetCellTypeToLagrangeCurve() | vtkGenericCell | inline |
SetCellTypeToLagrangeHexahedron() | vtkGenericCell | inline |
SetCellTypeToLagrangeQuadrilateral() | vtkGenericCell | inline |
SetCellTypeToLagrangeTetra() | vtkGenericCell | inline |
SetCellTypeToLagrangeTriangle() | vtkGenericCell | inline |
SetCellTypeToLagrangeWedge() | vtkGenericCell | inline |
SetCellTypeToLine() | vtkGenericCell | inline |
SetCellTypeToPentagonalPrism() | vtkGenericCell | inline |
SetCellTypeToPixel() | vtkGenericCell | inline |
SetCellTypeToPolygon() | vtkGenericCell | inline |
SetCellTypeToPolyhedron() | vtkGenericCell | inline |
SetCellTypeToPolyLine() | vtkGenericCell | inline |
SetCellTypeToPolyVertex() | vtkGenericCell | inline |
SetCellTypeToPyramid() | vtkGenericCell | inline |
SetCellTypeToQuad() | vtkGenericCell | inline |
SetCellTypeToQuadraticEdge() | vtkGenericCell | inline |
SetCellTypeToQuadraticHexahedron() | vtkGenericCell | inline |
SetCellTypeToQuadraticLinearQuad() | vtkGenericCell | inline |
SetCellTypeToQuadraticLinearWedge() | vtkGenericCell | inline |
SetCellTypeToQuadraticPolygon() | vtkGenericCell | inline |
SetCellTypeToQuadraticPyramid() | vtkGenericCell | inline |
SetCellTypeToQuadraticQuad() | vtkGenericCell | inline |
SetCellTypeToQuadraticTetra() | vtkGenericCell | inline |
SetCellTypeToQuadraticTriangle() | vtkGenericCell | inline |
SetCellTypeToQuadraticWedge() | vtkGenericCell | inline |
SetCellTypeToTetra() | vtkGenericCell | inline |
SetCellTypeToTriangle() | vtkGenericCell | inline |
SetCellTypeToTriangleStrip() | vtkGenericCell | inline |
SetCellTypeToTriQuadraticHexahedron() | vtkGenericCell | inline |
SetCellTypeToTriQuadraticPyramid() | vtkGenericCell | inline |
SetCellTypeToVertex() | vtkGenericCell | inline |
SetCellTypeToVoxel() | vtkGenericCell | inline |
SetCellTypeToWedge() | vtkGenericCell | inline |
SetDebug(bool debugFlag) | vtkObject | |
SetFaces(vtkIdType *faces) override | vtkGenericCell | |
vtkCell::SetFaces(vtkIdType *vtkNotUsed(faces)) | vtkCell | inlinevirtual |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetPointIds(vtkIdList *pointIds) | vtkGenericCell | |
SetPoints(vtkPoints *points) | vtkGenericCell | |
SetReferenceCount(int) | vtkObjectBase | |
ShallowCopy(vtkCell *c) override | vtkGenericCell | virtual |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkGenericCell | |
Triangulate(int index, vtkIdList *ptIds, vtkPoints *pts) override | vtkGenericCell | virtual |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkCell() | vtkCell | protected |
vtkGenericCell() | vtkGenericCell | protected |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
WeakPointers | vtkObjectBase | protected |
~vtkCell() override | vtkCell | protected |
~vtkGenericCell() override | vtkGenericCell | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |