11#ifndef vtkStructuredNeighbor_h 
   12#define vtkStructuredNeighbor_h 
   14#include "vtkFiltersGeometryModule.h"  
   17VTK_ABI_NAMESPACE_BEGIN
 
   96      for (
int i = 0; i < 6; ++i)
 
  115    int neiRealExtent[6], 
int WholeExtent[6], 
int N);
 
An internal, light-weight class used to store neighbor information.
 
virtual void ComputeSendAndReceiveExtent(int gridRealExtent[6], int gridGhostedExtent[6], int neiRealExtent[6], int WholeExtent[6], int N)
Computes the SendExtent and the RcvExtent for this neighbor.
 
vtkStructuredNeighbor(int NeiID, int overlap[6], int orient[3])
Custom constructor.
 
vtkStructuredNeighbor()
Default Constructor.
 
vtkStructuredNeighbor(int NeiID, int overlap[6])
Custom constructor.
 
vtkStructuredNeighbor & operator=(const vtkStructuredNeighbor &N)
Overload assignment operator.
 
virtual ~vtkStructuredNeighbor()
Default destructor.
 
vtkStructuredNeighbor(const vtkStructuredNeighbor &N)
Copy constructor.