VTK
9.1.0
|
This is the complete list of members for vtkStructuredData, 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 |
BreakOnError() | vtkObject | static |
ComputeCellId(const int dim[3], const int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputeCellIdForExtent(const int extent[6], const int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputeCellStructuredCoords(const vtkIdType cellId, const int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputeCellStructuredCoordsForExtent(const vtkIdType cellIdx, const int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputePointId(const int dim[3], const int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputePointIdForExtent(const int extent[6], const int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputePointStructuredCoords(const vtkIdType ptId, const int dim[3], int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
ComputePointStructuredCoordsForExtent(const vtkIdType ptId, const int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
FastDelete() | vtkObjectBase | virtual |
GetAlternateFreeFunction() | vtkObjectBase | protectedstatic |
GetCellDimensionsFromExtent(const int ext[6], int celldims[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetCellDimensionsFromPointDimensions(const int pntdims[3], int cellDims[3]) | vtkStructuredData | inlinestatic |
GetCellExtentFromPointExtent(const int pntExtent[6], int cellExtent[6], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetCellNeighbors(vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds, int dim[3]) | vtkStructuredData | static |
GetCellNeighbors(vtkIdType cellId, vtkIdList *ptIds, vtkIdList *cellIds, int dim[3], int seedLoc[3]) | vtkStructuredData | static |
GetCellPoints(vtkIdType cellId, vtkIdList *ptIds, int dataDescription, int dim[3]) | vtkStructuredData | static |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetCurrentFreeFunction() | vtkObjectBase | protectedstatic |
GetCurrentMallocFunction() | vtkObjectBase | protectedstatic |
GetCurrentReallocFunction() | vtkObjectBase | protectedstatic |
GetDataDescription(int dims[3]) | vtkStructuredData | static |
GetDataDescriptionFromExtent(int ext[6]) | vtkStructuredData | static |
GetDataDimension(int dataDescription) | vtkStructuredData | static |
GetDataDimension(int ext[6]) | vtkStructuredData | static |
GetDebug() | vtkObject | |
GetDimensionsFromExtent(const int ext[6], int dims[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetGlobalStructuredCoordinates(const int lijk[3], const int ext[6], int ijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetGlobalWarningDisplay() | vtkObject | static |
GetIsInMemkind() const | vtkObjectBase | |
GetLinearIndex(const int i, const int j, const int k, const int N1, const int N2) | vtkStructuredData | inlineprotectedstatic |
GetLocalStructuredCoordinates(const int ijk[3], const int ext[6], int lijk[3], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetMTime() | vtkObject | virtual |
GetNumberOfCells(const int ext[6], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetNumberOfGenerationsFromBase(const char *name) | vtkObjectBase | virtual |
GetNumberOfGenerationsFromBaseType(const char *name) | vtkObjectBase | static |
GetNumberOfPoints(const int ext[6], int dataDescription=VTK_EMPTY) | vtkStructuredData | inlinestatic |
GetPointCells(vtkIdType ptId, vtkIdList *cellIds, int dim[3]) | vtkStructuredData | static |
GetReferenceCount() | vtkObjectBase | inline |
GetStructuredCoordinates(const vtkIdType idx, const int N1, const int N2, int &i, int &j, int &k) | vtkStructuredData | inlineprotectedstatic |
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 | |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
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) | vtkStructuredData | virtual |
IsCellVisible(vtkIdType cellId, int dimensions[3], int dataDescription, vtkUnsignedCharArray *cellGhostArray, vtkUnsignedCharArray *pointGhostArray=nullptr) | vtkStructuredData | static |
IsPointVisible(vtkIdType cellId, vtkUnsignedCharArray *ghosts) | vtkStructuredData | static |
IsTypeOf(const char *type) | vtkStructuredData | static |
Max(const T &a, const T &b) | vtkStructuredData | inlineprotectedstatic |
Modified() | vtkObject | virtual |
MTime | vtkObject | protected |
New() | vtkObject | static |
NewInstance() const | vtkStructuredData | |
NewInstanceInternal() const | vtkStructuredData | protectedvirtual |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
Print(ostream &os) | vtkObjectBase | |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintSelf(ostream &os, vtkIndent indent) override | vtkStructuredData | 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 |
SafeDownCast(vtkObjectBase *o) | vtkStructuredData | static |
SetDebug(bool debugFlag) | vtkObject | |
SetDimensions(int inDim[3], int dim[3]) | vtkStructuredData | static |
SetExtent(int inExt[6], int ext[6]) | vtkStructuredData | static |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetMemkindDirectory(const char *directoryname) | vtkObjectBase | static |
SetReferenceCount(int) | vtkObjectBase | |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkStructuredData | |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkStructuredData()=default | vtkStructuredData | protected |
WeakPointers | vtkObjectBase | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkStructuredData() override=default | vtkStructuredData | protected |