|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkStructuredGridConnectivity * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | SetNumberOfGrids (unsigned int N) override |
| Set/Get the total number of domains distributed among processors.
|
|
virtual void | RegisterGrid (int gridID, int extents[6], vtkUnsignedCharArray *nodesGhostArray, vtkUnsignedCharArray *cellGhostArray, vtkPointData *pointData, vtkCellData *cellData, vtkPoints *gridNodes) |
| Registers the current grid corresponding to the grid ID by its global extent w.r.t.
|
|
void | GetGridExtent (int gridID, int extent[6]) |
| Returns the grid extent of the grid corresponding to the given grid ID.
|
|
void | SetGhostedGridExtent (int gridID, int ext[6]) |
| Sets the ghosted grid extent for the grid corresponding to the given grid ID to the given extent.
|
|
void | GetGhostedGridExtent (int gridID, int ext[6]) |
| Returns the ghosted grid extent for the block corresponding the.
|
|
void | ComputeNeighbors () override |
| Computes neighboring information.
|
|
int | GetNumberOfNeighbors (int gridID) |
| Returns the number of neighbors for the grid corresponding to the given grid ID.
|
|
vtkStructuredNeighbor | GetGridNeighbor (int gridID, int nei) |
| Returns the neighbor corresponding to the index nei for the grid with the given (global) grid ID.
|
|
vtkIdList * | GetNeighbors (int gridID, int *extents) |
| Returns the list of neighboring blocks for the given grid and the corresponding overlapping extents are filled in the 1-D flat array strided by 6.
|
|
void | FillGhostArrays (int gridID, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) override |
| Fills the mesh property arrays, nodes and cells, for the grid corresponding to the given grid ID.
|
|
void | CreateGhostLayers (int N=1) override |
| Creates ghost layers.
|
|
|
virtual void | SetWholeExtent (int, int, int, int, int, int) |
| Set/Get the whole extent of the grid.
|
|
virtual void | SetWholeExtent (int[6]) |
| Set/Get the whole extent of the grid.
|
|
virtual int * | GetWholeExtent () |
| Set/Get the whole extent of the grid.
|
|
virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
| Set/Get the whole extent of the grid.
|
|
virtual void | GetWholeExtent (int[6]) |
| Set/Get the whole extent of the grid.
|
|
|
virtual int | GetDataDimension () |
| Returns the data dimension based on the whole extent.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkAbstractGridConnectivity * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | SetNumberOfGrids (unsigned int N)=0 |
| Sets the total number of grids in the domain.
|
|
unsigned int | GetNumberOfGrids () |
| Returns the total number of grids.
|
|
virtual void | ComputeNeighbors ()=0 |
| Computes the grid neighboring topology for the domain.
|
|
virtual void | CreateGhostLayers (int N=1)=0 |
| Creates N layers of ghost layers where N is the number of cells that will be added to each grid.
|
|
vtkUnsignedCharArray * | GetGhostedPointGhostArray (int gridID) |
| Returns the ghosted points ghost array for the grid associated with the given grid ID.
|
|
vtkUnsignedCharArray * | GetGhostedCellGhostArray (int gridID) |
| Returns the ghosted cells ghost array for the grid associated with the given grid ID.
|
|
vtkPointData * | GetGhostedGridPointData (int gridID) |
| Returns the ghosted grid point data for the grid associated with the given grid ID.
|
|
vtkCellData * | GetGhostedGridCellData (int gridID) |
| Returns the ghosted grid cell data for the grid associated with the given grid ID.
|
|
vtkPoints * | GetGhostedPoints (int gridID) |
| Returns the ghosted grid points for the grid associated with the given grid ID.
|
|
virtual void | SetNumberOfGhostLayers (unsigned int) |
| Set/Get the number of ghost layers.
|
|
virtual unsigned int | GetNumberOfGhostLayers () |
| Set/Get the number of ghost layers.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
vtkTypeBool | InvokeEvent (unsigned long event) |
|
vtkTypeBool | InvokeEvent (const char *event) |
|
std::string | GetObjectDescription () const override |
| The object description printed in messages and PrintSelf output.
|
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
vtkTypeBool | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
vtkTypeBool | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
virtual void | SetObjectName (const std::string &objectName) |
| Set/get the name of this object for reporting purposes.
|
|
virtual std::string | GetObjectName () const |
| Set/get the name of this object for reporting purposes.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual std::string | GetObjectDescription () const |
| The object description printed in messages and PrintSelf output.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual bool | UsesGarbageCollector () const |
| Indicate whether the class uses vtkGarbageCollector or not.
|
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkStructuredGridConnectivity () |
|
| ~vtkStructuredGridConnectivity () override |
|
bool | InBounds (int idx, int Lo, int Hi) |
| Returns true iff Lo <= idx <= Hi, otherwise false.
|
|
bool | StrictlyInsideBounds (int idx, int Lo, int Hi) |
| Returns true iff Lo < idx < Hi, otherwise false.
|
|
bool | IsSubset (int A[2], int B[2]) |
| Returns true iff A is a subset of B, otherwise false.
|
|
int | Cardinality (int S[2]) |
| Returns the cardinality of a range S.
|
|
void | FillNodesGhostArray (int gridID, int dataDescription, int GridExtent[6], int RealExtent[6], vtkUnsignedCharArray *nodesArray) |
| Fills the ghost array for the nodes.
|
|
void | FillCellsGhostArray (int dataDescription, int numNodesPerCell, int dims[3], int CellExtent[6], vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) |
| Fills the ghost array for the grid cells.
|
|
void | SearchNeighbors (int gridID, int i, int j, int k, vtkIdList *neiList) |
| Given a point (i,j,k) belonging to the grid corresponding to the given gridID, this method searches for the grids that this point is neighboring with.
|
|
void | MarkNodeProperty (int gridID, int i, int j, int k, int ext[6], int RealExtent[6], unsigned char &pfield) |
| Marks the node properties with the node with the given global i,j,k grid coordinates w.r.t.
|
|
void | MarkCellProperty (unsigned char &pfield, unsigned char *nodeGhostFields, int numNodes) |
| Marks the cell property for the cell composed by the nodes with the given ghost fields.
|
|
void | GetRealExtent (int gridID, int GridExtent[6], int RealExtent[6]) |
| Given a grid extent, this method computes the RealExtent.
|
|
bool | IsGhostNode (int GridExtent[6], int RealExtent[6], int i, int j, int k) |
| Checks if the node corresponding to the given global i,j,k coordinates is a ghost node or not.
|
|
bool | IsNodeOnBoundaryOfExtent (int i, int j, int k, int ext[6]) |
| Checks if the node corresponding to the given global i,j,k coordinates is on the boundary of the given extent.
|
|
bool | IsNodeOnSharedBoundary (int gridID, int RealExtent[6], int i, int j, int k) |
| Checks if the node corresponding to the given global i,j,k coordinates is on the shared boundary, i.e., a partition interface.
|
|
bool | IsNodeOnBoundary (int i, int j, int k) |
| Checks if the node corresponding to the given global i,j,k coordinates touches the real boundaries of the domain given the whole extent.
|
|
bool | IsNodeInterior (int i, int j, int k, int GridExtent[6]) |
| Checks if the node, corresponding to the given global i,j,k coordinates is within the interior of the given global grid extent.
|
|
bool | IsNodeWithinExtent (int i, int j, int k, int GridExtent[6]) |
| Checks if the node corresponding to the given global i,j,k coordinates is within the given extent, inclusive of the extent bounds.
|
|
void | SetNeighbors (int i, int j, int i2jOrientation[3], int j2iOrientation[3], int overlapExtent[6]) |
| Creates a neighbor from i-to-j and from j-to-i.
|
|
void | DetermineNeighborOrientation (int idx, int A[2], int B[2], int overlap[2], int orient[3]) |
| Given two overlapping extents A,B and the corresponding overlap extent this method computes A's relative neighboring orientation w.r.t to its neighbor, B.
|
|
void | DetectNeighbors (int i, int j, int ex1[6], int ex2[6], int orientation[3], int ndim) |
| Detects if the two extents, ex1 and ex2, corresponding to the grids with grid IDs i,j respectively, are neighbors, i.e, they either share a corner, an edge or a plane in 3-D.
|
|
int | IntervalOverlap (int A[2], int B[2], int overlap[2]) |
| Checks if the intervals A,B overlap.
|
|
int | DoPartialOverlap (int s[2], int S[2], int overlap[2]) |
| Checks if the internals s,S partially overlap where |s| < |S|.
|
|
int | PartialOverlap (int A[2], int CardinalityOfA, int B[2], int CardinalityOfB, int overlap[2]) |
| Checks if the intervals A,B partially overlap.
|
|
void | EstablishNeighbors (int i, int j) |
| Establishes the neighboring information between the two grids corresponding to grid ids "i" and "j" with i < j.
|
|
void | AcquireDataDescription () |
| Based on the user-supplied WholeExtent, this method determines the topology of the structured domain, e.g., VTK_XYZ_GRID, VTK_XY_PLANE, etc.
|
|
bool | HasBlockConnection (int gridID, int blockDirection) |
| Checks if the block corresponding to the given grid ID has a block adjacent to it in the given block direction.
|
|
void | RemoveBlockConnection (int gridID, int blockDirection) |
| Removes a block connection along the given direction for the block corresponding to the given gridID.
|
|
void | AddBlockConnection (int gridID, int blockDirection) |
| Adds a block connection along the given direction for the block corresponding to the given gridID.
|
|
void | ClearBlockConnections (int gridID) |
| Clears all block connections for the block corresponding to the given grid ID.
|
|
int | GetNumberOfConnectingBlockFaces (int gridID) |
| Returns the number of faces of the block corresponding to the given grid ID that are adjacent to at least one other block.
|
|
void | SetBlockTopology (int gridID) |
| Sets the block topology connections for the grid corresponding to gridID.
|
|
void | GetIJKBlockOrientation (int i, int j, int k, int ext[6], int orientation[3]) |
| Given i-j-k coordinates and the grid defined by tis extent, ext, this method determines IJK orientation with respect to the block boundaries, i.e., the 6 block faces.
|
|
int | Get1DOrientation (int idx, int ExtentLo, int ExtentHi, int OnLo, int OnHi, int NotOnBoundary) |
| A helper method that computes the 1-D i-j-k orientation to facilitate the implementation of GetNodeBlockOrientation.
|
|
void | CreateGhostedExtent (int gridID, int N) |
| Creates the ghosted extent of the grid corresponding to the given gridID.
|
|
void | GetGhostedExtent (int *ghostedExtent, int GridExtent[6], int minIdx, int maxIdx, int N) |
| Gets the ghosted extent from the given grid extent along the dimension given by minIdx and maxIdx.
|
|
void | CreateGhostedMaskArrays (int gridID) |
| This method creates the ghosted mask arrays, i.e., the NodeGhostArrays and the CellGhostArrays for the grid corresponding to the given gridID.
|
|
void | InitializeGhostData (int gridID) |
| This method initializes the ghost data according to the computed ghosted grid extent for the grid with the given grid ID.
|
|
void | AllocatePointData (vtkPointData *RPD, int N, vtkPointData *PD) |
| Adds/creates all the arrays in the reference grid point data, RPD, to the user-supplied point data instance, PD, where the number of points is given by N.
|
|
void | AllocateCellData (vtkCellData *RCD, int N, vtkCellData *CD) |
| Adds/creates all the arrays in the reference grid cell data, RCD, to the user-supplied cell data instance, CD, where the number of cells is given by N.
|
|
void | TransferRegisteredDataToGhostedData (int gridID) |
| This method transfers the registered grid data to the corresponding ghosted grid data.
|
|
void | ComputeNeighborSendAndRcvExtent (int gridID, int N) |
| This method computes, the send and rcv extents for each neighbor of each grid.
|
|
virtual void | TransferGhostDataFromNeighbors (int gridID) |
| This method transfers the fields (point data and cell data) to the ghost extents from the neighboring grids of the grid corresponding to the given gridID.
|
|
void | TransferLocalNeighborData (int gridID, const vtkStructuredNeighbor &Neighbor) |
| This method transfers the fields.
|
|
void | CopyCoordinates (vtkPoints *source, vtkIdType sourceIdx, vtkPoints *target, vtkIdType targetIdx) |
| Copies the coordinates from the source points to the target points.
|
|
void | CopyFieldData (vtkFieldData *source, vtkIdType sourceIdx, vtkFieldData *target, vtkIdType targetIdx) |
| Loops through all arrays in the source and for each array, it copies the tuples from sourceIdx to the target at targetIdx.
|
|
int | GetNeighborIndex (int gridIdx, int NeighborGridIdx) |
| Given a global grid ID and the neighbor grid ID, this method returns the neighbor index w.r.t.
|
|
void | PrintExtent (int extent[6]) |
| Prints the extent, used for debugging.
|
|
|
int | GetNumberOfNodesPerCell (int dim) |
| Returns the number of nodes per cell according to the given dimension.
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkAbstractGridConnectivity () |
|
| ~vtkAbstractGridConnectivity () override |
|
virtual void | FillGhostArrays (int gridId, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray)=0 |
| Fills the ghost arrays for the given grid.
|
|
void | RegisterGridGhostArrays (int gridID, vtkUnsignedCharArray *nodesArray, vtkUnsignedCharArray *cellsArray) |
| Registers the ghostarrays for the given grid.
|
|
void | RegisterFieldData (int gridID, vtkPointData *PointData, vtkCellData *CellData) |
| Registers the grid's field data, i.e., the node and cell data.
|
|
void | RegisterGridNodes (int gridID, vtkPoints *nodes) |
| Registers the grid nodes for the grid associated with the given gridID.
|
|
void | AllocateUserRegisterDataStructures () |
| Allocate/De-allocate the data-structures where the user-supplied grids will be registered.
|
|
void | DeAllocateUserRegisterDataStructures () |
| Allocate/De-allocate the data-structures where the user-supplied grids will be registered.
|
|
void | AllocateInternalDataStructures () |
| Allocated/De-allocate the data-structures where the ghosted grid data will be stored.
|
|
void | DeAllocateInternalDataStructures () |
| Allocated/De-allocate the data-structures where the ghosted grid data will be stored.
|
|
| vtkObject () |
|
| ~vtkObject () override |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr) |
| These methods allow a command to exclusively grab all events.
|
|
void | InternalReleaseFocus () |
| These methods allow a command to exclusively grab all events.
|
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
|
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
virtual void | ObjectFinalize () |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|