AcquireDataDescription() | vtkStructuredGridConnectivity | protected |
AddBlockConnection(const int gridID, const int blockDirection) | vtkStructuredGridConnectivity | inlineprotected |
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 |
AllocateCellData(vtkCellData *RCD, const int N, vtkCellData *CD) | vtkStructuredGridConnectivity | protected |
AllocatedGhostDataStructures | vtkAbstractGridConnectivity | protected |
AllocateInternalDataStructures() | vtkAbstractGridConnectivity | inlineprotected |
AllocatePointData(vtkPointData *RPD, const int N, vtkPointData *PD) | vtkStructuredGridConnectivity | protected |
AllocateUserRegisterDataStructures() | vtkAbstractGridConnectivity | inlineprotected |
BlockTopology | vtkStructuredGridConnectivity | protected |
BreakOnError() | vtkObject | static |
Cardinality(int S[2]) | vtkStructuredGridConnectivity | inlineprotected |
ClearBlockConnections(const int gridID) | vtkStructuredGridConnectivity | inlineprotected |
ClearRawBuffers() | vtkPStructuredGridConnectivity | inlineprotected |
ClearRemoteData() | vtkPStructuredGridConnectivity | inlineprotected |
CollectRevisions(ostream &) | vtkObjectBase | inlineprotectedvirtual |
CommunicateGhostData() | vtkPStructuredGridConnectivity | protected |
ComputeNeighbors() override | vtkPStructuredGridConnectivity | virtual |
ComputeNeighborSendAndRcvExtent(const int gridID, const int N) | vtkStructuredGridConnectivity | protected |
Controller | vtkPStructuredGridConnectivity | protected |
CopyCoordinates(vtkPoints *source, vtkIdType sourceIdx, vtkPoints *target, vtkIdType targetIdx) | vtkStructuredGridConnectivity | protected |
CopyFieldData(vtkFieldData *source, vtkIdType sourceIdx, vtkFieldData *target, vtkIdType targetIdx) | vtkStructuredGridConnectivity | protected |
CreateGhostedExtent(const int gridID, const int N) | vtkStructuredGridConnectivity | protected |
CreateGhostedMaskArrays(const int gridID) | vtkStructuredGridConnectivity | protected |
CreateGhostLayers(const int N=1) override | vtkPStructuredGridConnectivity | virtual |
DataDescription | vtkStructuredGridConnectivity | protected |
DataDimension | vtkStructuredGridConnectivity | protected |
DeAllocateInternalDataStructures() | vtkAbstractGridConnectivity | inlineprotected |
DeAllocateUserRegisterDataStructures() | vtkAbstractGridConnectivity | inlineprotected |
Debug | vtkObject | protected |
DebugOff() | vtkObject | virtual |
DebugOn() | vtkObject | virtual |
Delete() | vtkObjectBase | virtual |
DeserializeBufferSizesForProcess(int *buffersizes, vtkIdType N, const int processId) | vtkPStructuredGridConnectivity | protected |
DeserializeDataArray(vtkDataArray *&dataArray, const int dataType, const int numberOfTuples, const int numberOfComponents, vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
DeserializeFieldData(int ext[6], vtkFieldData *fieldData, vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
DeserializeGhostCellData(const int gridIdx, const int nei, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
DeserializeGhostData(const int gridID, const int neiListID, const int neiGridIdx, int rcvext[6], unsigned char *buffer, unsigned int size) | vtkPStructuredGridConnectivity | protected |
DeserializeGhostPointData(const int gridIdx, const int nei, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
DeserializeGhostPoints(const int gridIdx, const int nei, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
DeserializeGridExtentForProcess(int *rcvbuffer, vtkIdType &N, const int processId) | vtkPStructuredGridConnectivity | protected |
DetectNeighbors(const int i, const int j, int ex1[6], int ex2[6], int orientation[3], int ndim) | vtkStructuredGridConnectivity | protected |
DetermineNeighborOrientation(const int idx, int A[2], int B[2], int overlap[2], int orient[3]) | vtkStructuredGridConnectivity | inlineprotected |
DoPartialOverlap(int s[2], int S[2], int overlap[2]) | vtkStructuredGridConnectivity | protected |
EstablishNeighbors(const int i, const int j) | vtkStructuredGridConnectivity | protected |
ExchangeBufferSizes() | vtkPStructuredGridConnectivity | protected |
ExchangeGhostData() | vtkPStructuredGridConnectivity | protected |
ExchangeGhostDataInit() | vtkPStructuredGridConnectivity | protected |
ExchangeGhostDataPost() | vtkPStructuredGridConnectivity | protected |
ExchangeGridExtents() | vtkPStructuredGridConnectivity | protected |
FastDelete() | vtkObjectBase | virtual |
FillCellsGhostArray(const int dataDescription, const int numNodesPerCell, int dims[3], int CellExtent[6], vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) | vtkStructuredGridConnectivity | protected |
FillGhostArrays(const int gridID, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) override | vtkStructuredGridConnectivity | virtual |
FillNodesGhostArray(const int gridID, const int dataDescription, int GridExtent[6], int RealExtent[6], vtkUnsignedCharArray *nodeArray) | vtkStructuredGridConnectivity | protected |
Get1DOrientation(const int idx, const int ExtentLo, const int ExtentHi, const int OnLo, const int OnHi, const int NotOnBoundary) | vtkStructuredGridConnectivity | inlineprotected |
GetClassName() const | vtkObjectBase | |
GetCommand(unsigned long tag) | vtkObject | |
GetController() | vtkPStructuredGridConnectivity | virtual |
GetDataDimension() | vtkStructuredGridConnectivity | virtual |
GetDebug() | vtkObject | |
GetGhostedCellGhostArray(const int gridID) | vtkAbstractGridConnectivity | inline |
GetGhostedExtent(int *ghostedExtent, int GridExtent[6], const int minIdx, const int maxIdx, const int N) | vtkStructuredGridConnectivity | inlineprotected |
GetGhostedGridCellData(const int gridID) | vtkAbstractGridConnectivity | inline |
GetGhostedGridExtent(const int gridID, int ext[6]) | vtkStructuredGridConnectivity | inline |
GetGhostedGridPointData(const int gridID) | vtkAbstractGridConnectivity | inline |
GetGhostedPointGhostArray(const int gridID) | vtkAbstractGridConnectivity | inline |
GetGhostedPoints(const int gridID) | vtkAbstractGridConnectivity | inline |
GetGlobalWarningDisplay() | vtkObject | static |
GetGridExtent(const int gridID, int extent[6]) | vtkStructuredGridConnectivity | inline |
GetGridNeighbor(const int gridID, const int nei) | vtkStructuredGridConnectivity | |
GetGridRank(const int gridID) | vtkPStructuredGridConnectivity | inline |
GetIJKBlockOrientation(const int i, const int j, const int k, int ext[6], int orientation[3]) | vtkStructuredGridConnectivity | protected |
GetMTime() | vtkObject | virtual |
GetNeighborIndex(const int gridIdx, const int NeighborGridIdx) | vtkStructuredGridConnectivity | inlineprotected |
GetNeighbors(const int gridID, int *extents) | vtkStructuredGridConnectivity | |
GetNumberOfConnectingBlockFaces(const int gridID) | vtkStructuredGridConnectivity | inlineprotected |
GetNumberOfGhostLayers() | vtkAbstractGridConnectivity | virtual |
GetNumberOfGrids() | vtkAbstractGridConnectivity | inline |
GetNumberOfLocalGrids() | vtkPStructuredGridConnectivity | inline |
GetNumberOfNeighbors(const int gridID) | vtkStructuredGridConnectivity | inline |
GetNumberOfNodesPerCell(const int dim) | vtkStructuredGridConnectivity | inlineprotected |
GetRealExtent(const int gridID, int GridExtent[6], int RealExtent[6]) | vtkStructuredGridConnectivity | protected |
GetReferenceCount() | vtkObjectBase | inline |
GetWholeExtent() | vtkStructuredGridConnectivity | virtual |
GetWholeExtent(int &, int &, int &, int &, int &, int &) | vtkStructuredGridConnectivity | virtual |
GetWholeExtent(int[6]) | vtkStructuredGridConnectivity | virtual |
GhostedCellGhostArray | vtkAbstractGridConnectivity | protected |
GhostedExtents | vtkStructuredGridConnectivity | protected |
GhostedGridCellData | vtkAbstractGridConnectivity | protected |
GhostedGridPointData | vtkAbstractGridConnectivity | protected |
GhostedGridPoints | vtkAbstractGridConnectivity | protected |
GhostedPointGhostArray | vtkAbstractGridConnectivity | protected |
GlobalWarningDisplayOff() | vtkObject | inlinestatic |
GlobalWarningDisplayOn() | vtkObject | inlinestatic |
GridCellData | vtkAbstractGridConnectivity | protected |
GridCellGhostArrays | vtkAbstractGridConnectivity | protected |
GridExtents | vtkStructuredGridConnectivity | protected |
GridExtentsAreEqual(int rhs[6], int lhs[6]) | vtkPStructuredGridConnectivity | inlineprotected |
GridIds | vtkPStructuredGridConnectivity | protected |
GridPointData | vtkAbstractGridConnectivity | protected |
GridPointGhostArrays | vtkAbstractGridConnectivity | protected |
GridPoints | vtkAbstractGridConnectivity | protected |
GridRanks | vtkPStructuredGridConnectivity | protected |
HasBlockConnection(const int gridID, const int blockDirection) | vtkStructuredGridConnectivity | inlineprotected |
HasCellData(const int gridIdx) | vtkPStructuredGridConnectivity | inlineprotected |
HasObserver(unsigned long event, vtkCommand *) | vtkObject | |
HasObserver(const char *event, vtkCommand *) | vtkObject | |
HasObserver(unsigned long event) | vtkObject | |
HasObserver(const char *event) | vtkObject | |
HasPointData(const int gridIdx) | vtkPStructuredGridConnectivity | inlineprotected |
HasPoints(const int gridIdx) | vtkPStructuredGridConnectivity | inlineprotected |
InBounds(const int idx, const int Lo, const int Hi) | vtkStructuredGridConnectivity | inlineprotected |
Initialize() | vtkPStructuredGridConnectivity | |
Initialized | vtkPStructuredGridConnectivity | protected |
InitializeGhostData(const int gridID) | vtkStructuredGridConnectivity | protected |
InitializeMessageCounters() | vtkPStructuredGridConnectivity | inlineprotected |
InitializeObjectBase() | vtkObjectBase | |
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) | vtkObject | protected |
InternalReleaseFocus() | vtkObject | protected |
IntervalOverlap(int A[2], int B[2], int overlap[2]) | vtkStructuredGridConnectivity | 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) | vtkPStructuredGridConnectivity | virtual |
IsGhostNode(int GridExtent[6], int RealExtent[6], const int i, const int j, const int k) | vtkStructuredGridConnectivity | protected |
IsGridLocal(const int gridID) | vtkPStructuredGridConnectivity | inline |
IsGridRemote(const int gridID) | vtkPStructuredGridConnectivity | inline |
IsNodeInterior(const int i, const int j, const int k, int GridExtent[6]) | vtkStructuredGridConnectivity | inlineprotected |
IsNodeOnBoundary(const int i, const int j, const int k) | vtkStructuredGridConnectivity | protected |
IsNodeOnBoundaryOfExtent(const int i, const int j, const int k, int ext[6]) | vtkStructuredGridConnectivity | inlineprotected |
IsNodeOnSharedBoundary(const int gridID, int RealExtent[6], const int i, const int j, const int k) | vtkStructuredGridConnectivity | protected |
IsNodeWithinExtent(const int i, const int j, const int k, int GridExtent[6]) | vtkStructuredGridConnectivity | inlineprotected |
IsSubset(int A[2], int B[2]) | vtkStructuredGridConnectivity | inlineprotected |
IsTypeOf(const char *type) | vtkPStructuredGridConnectivity | static |
MarkCellProperty(unsigned char &pfield, unsigned char *nodeGhostFields, const int numNodes) | vtkStructuredGridConnectivity | protected |
MarkNodeProperty(const int gridID, const int i, const int j, const int k, int ext[6], int RealExtent[6], unsigned char &pfield) | vtkStructuredGridConnectivity | protected |
Modified() | vtkObject | virtual |
MPIRequests | vtkPStructuredGridConnectivity | protected |
MTime | vtkObject | protected |
NeighborPair2NeighborListIndex | vtkStructuredGridConnectivity | protected |
Neighbors | vtkStructuredGridConnectivity | protected |
New() | vtkPStructuredGridConnectivity | static |
NewInstance() const | vtkPStructuredGridConnectivity | |
NewInstanceInternal() const | vtkPStructuredGridConnectivity | protectedvirtual |
NumberOfGhostLayers | vtkAbstractGridConnectivity | protected |
NumberOfGrids | vtkAbstractGridConnectivity | protected |
vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
PackGhostData() | vtkPStructuredGridConnectivity | protected |
PartialOverlap(int A[2], const int CofA, int B[2], const int CofB, int overlap[2]) | vtkStructuredGridConnectivity | protected |
PostReceives() | vtkPStructuredGridConnectivity | protected |
PostSends() | vtkPStructuredGridConnectivity | protected |
Print(ostream &os) | vtkObjectBase | |
PrintExtent(int extent[6]) | vtkStructuredGridConnectivity | protected |
PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
PrintRevisions(ostream &) | vtkObjectBase | inline |
PrintSelf(ostream &os, vtkIndent indent) override | vtkPStructuredGridConnectivity | virtual |
PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | virtual |
Rank | vtkPStructuredGridConnectivity | protected |
RcvBuffers | vtkPStructuredGridConnectivity | protected |
RcvBufferSizes | vtkPStructuredGridConnectivity | protected |
ReferenceCount | vtkObjectBase | protected |
Register(vtkObjectBase *o) | vtkObjectBase | virtual |
RegisterFieldData(const int gridID, vtkPointData *PointData, vtkCellData *CellData) | vtkAbstractGridConnectivity | inlineprotected |
RegisterGrid(const int gridID, int extents[6], vtkUnsignedCharArray *nodesGhostArray, vtkUnsignedCharArray *cellGhostArray, vtkPointData *pointData, vtkCellData *cellData, vtkPoints *gridNodes) override | vtkPStructuredGridConnectivity | virtual |
RegisterGridGhostArrays(const int gridID, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) | vtkAbstractGridConnectivity | inlineprotected |
RegisterGridNodes(const int gridID, vtkPoints *nodes) | vtkAbstractGridConnectivity | inlineprotected |
RegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
RegisterRemoteGrid(const int gridID, int extents[6], int process) | vtkPStructuredGridConnectivity | protected |
RemoteCellData | vtkPStructuredGridConnectivity | protected |
RemotePointData | vtkPStructuredGridConnectivity | protected |
RemotePoints | vtkPStructuredGridConnectivity | protected |
RemoveAllObservers() | vtkObject | |
RemoveBlockConnection(const int gridID, const int blockDirection) | vtkStructuredGridConnectivity | inlineprotected |
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) | vtkPStructuredGridConnectivity | static |
SearchNeighbors(const int gridID, const int i, const int j, const int k, vtkIdList *neiList) | vtkStructuredGridConnectivity | protected |
SendBuffers | vtkPStructuredGridConnectivity | protected |
SendBufferSizes | vtkPStructuredGridConnectivity | protected |
SerializeBufferSizes(int *&sizesbuf, vtkIdType &N) | vtkPStructuredGridConnectivity | protected |
SerializeDataArray(vtkDataArray *dataArray, vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
SerializeFieldData(int sourceExtent[6], int targetExtent[6], vtkFieldData *fieldData, vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
SerializeGhostCellData(const int gridIdx, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
SerializeGhostData(const int sndGridID, const int rcvGrid, int sndext[6], unsigned char *&buffer, unsigned int &size) | vtkPStructuredGridConnectivity | protected |
SerializeGhostPointData(const int gridIdx, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
SerializeGhostPoints(const int gridIdx, int ext[6], vtkMultiProcessStream &bytestream) | vtkPStructuredGridConnectivity | protected |
SerializeGridExtents(int *&sndbuffer, vtkIdType &N) | vtkPStructuredGridConnectivity | protected |
SetBlockTopology(const int gridID) | vtkStructuredGridConnectivity | protected |
SetController(vtkMultiProcessController *) | vtkPStructuredGridConnectivity | virtual |
SetDebug(bool debugFlag) | vtkObject | |
SetGhostedGridExtent(const int gridID, int ext[6]) | vtkStructuredGridConnectivity | inline |
SetGlobalWarningDisplay(int val) | vtkObject | static |
SetNeighbors(const int i, const int j, int i2jOrientation[3], int j2iOrientation[3], int overlapExtent[6]) | vtkStructuredGridConnectivity | protected |
SetNumberOfGhostLayers(unsigned int) | vtkAbstractGridConnectivity | virtual |
SetNumberOfGrids(const unsigned int N) override | vtkPStructuredGridConnectivity | virtual |
SetReferenceCount(int) | vtkObjectBase | |
SetWholeExtent(int, int, int, int, int, int) | vtkStructuredGridConnectivity | virtual |
SetWholeExtent(int[6]) | vtkStructuredGridConnectivity | virtual |
StrictlyInsideBounds(const int idx, const int Lo, const int Hi) | vtkStructuredGridConnectivity | inlineprotected |
SubjectHelper | vtkObject | protected |
Superclass typedef | vtkPStructuredGridConnectivity | |
TotalNumberOfMsgs | vtkPStructuredGridConnectivity | protected |
TotalNumberOfRcvs | vtkPStructuredGridConnectivity | protected |
TotalNumberOfSends | vtkPStructuredGridConnectivity | protected |
TransferGhostDataFromNeighbors(const int gridID) override | vtkPStructuredGridConnectivity | protectedvirtual |
TransferLocalNeighborData(const int gridID, const vtkStructuredNeighbor &Neighor) | vtkStructuredGridConnectivity | protected |
TransferRegisteredDataToGhostedData(const int gridID) | vtkStructuredGridConnectivity | protected |
TransferRemoteNeighborData(const int gridIdx, const int nei, const vtkStructuredNeighbor &Neighbor) | vtkPStructuredGridConnectivity | protected |
UnpackGhostData() | vtkPStructuredGridConnectivity | protected |
UnRegister(vtkObjectBase *o) | vtkObjectBase | virtual |
UnRegisterInternal(vtkObjectBase *, vtkTypeBool check) override | vtkObject | protectedvirtual |
vtkAbstractGridConnectivity() | vtkAbstractGridConnectivity | protected |
vtkBaseTypeMacro(vtkObject, vtkObjectBase) | vtkObject | |
vtkObject() | vtkObject | protected |
vtkObjectBase() | vtkObjectBase | protected |
vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | inlineprotected |
vtkPStructuredGridConnectivity() | vtkPStructuredGridConnectivity | protected |
vtkStructuredGridConnectivity() | vtkStructuredGridConnectivity | protected |
WeakPointers | vtkObjectBase | protected |
WholeExtent | vtkStructuredGridConnectivity | protected |
~vtkAbstractGridConnectivity() override | vtkAbstractGridConnectivity | protected |
~vtkObject() override | vtkObject | protected |
~vtkObjectBase() | vtkObjectBase | protectedvirtual |
~vtkPStructuredGridConnectivity() override | vtkPStructuredGridConnectivity | protected |
~vtkStructuredGridConnectivity() override | vtkStructuredGridConnectivity | protected |