VTK  9.3.20240328
Classes | Macros
vtkStructuredGridConnectivity.h File Reference
#include "vtkAbstractGridConnectivity.h"
#include "vtkFiltersGeometryModule.h"
#include "vtkStructuredData.h"
#include "vtkStructuredNeighbor.h"
#include <cassert>
#include <iostream>
#include <map>
#include <utility>
#include <vector>
Include dependency graph for vtkStructuredGridConnectivity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkStructuredGridConnectivity
 vtkStructuredGridConnectivity is a concrete instance of vtkObject that implements functionality for computing the neighboring topology within a single partitioned structured grid dataset. More...
 

Macros

#define VTK_NO_OVERLAP   0
 
#define VTK_NODE_OVERLAP   1
 
#define VTK_EDGE_OVERLAP   2
 
#define VTK_PARTIAL_OVERLAP   3
 

Macro Definition Documentation

◆ VTK_NO_OVERLAP

#define VTK_NO_OVERLAP   0

Definition at line 23 of file vtkStructuredGridConnectivity.h.

◆ VTK_NODE_OVERLAP

#define VTK_NODE_OVERLAP   1

Definition at line 24 of file vtkStructuredGridConnectivity.h.

◆ VTK_EDGE_OVERLAP

#define VTK_EDGE_OVERLAP   2

Definition at line 25 of file vtkStructuredGridConnectivity.h.

◆ VTK_PARTIAL_OVERLAP

#define VTK_PARTIAL_OVERLAP   3

Definition at line 26 of file vtkStructuredGridConnectivity.h.