|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   39 #ifndef vtkStructuredImplicitConnectivity_h 
   40 #define vtkStructuredImplicitConnectivity_h 
   42 #include "vtkFiltersParallelMPIModule.h"  
   60 class CommunicationManager;
 
   61 struct DomainMetaData;
 
   62 struct StructuredGrid;
 
   80   void SetWholeExtent(
int wholeExt[6]);
 
  111   void EstablishConnectivity();
 
  117   bool HasImplicitConnectivity();
 
  140   void GetOutputImageData(
const int gridID, 
vtkImageData* grid);
 
  163   bool GlobalDataDescriptionMatch();
 
  173   void UnPackData(
unsigned char* buffer, 
unsigned int size);
 
  178   void AllocateBuffers(
const int dim);
 
  183   void ComputeNeighbors();
 
  188   void ConstructOutput();
 
  194   void GrowGrid(
const int dim);
 
  201   void UpdateNeighborList(
const int dim);
 
  206   void GetGlobalImplicitConnectivityState();
 
  213   void ExchangeExtents();
 
  
represent and manipulate 3D points
represent and manipulate point attribute data
a dataset that is topologically regular with variable spacing in the three coordinate directions
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
stream used to pass data across processes using vtkMultiProcessController.
topologically regular array of data
abstract base class for most VTK objects
vtk::detail::CommunicationManager * CommManager
abstract superclass for arrays of numeric data
topologically and geometrically regular array of data
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtk::detail::StructuredGrid * InputGrid
vtkMPIController * Controller
vtk::detail::DomainMetaData * DomainInfo
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
Process communication using MPI.
vtk::detail::StructuredGrid * OutputGrid