VTK
Classes | Defines
dox/Filters/Geometry/vtkStructuredGridConnectivity.h File Reference
#include "vtkFiltersGeometryModule.h"
#include "vtkAbstractGridConnectivity.h"
#include "vtkStructuredNeighbor.h"
#include "vtkStructuredData.h"
#include <iostream>
#include <vector>
#include <map>
#include <utility>
#include <cassert>
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

Defines

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

Define Documentation

#define VTK_NO_OVERLAP   0

Definition at line 34 of file vtkStructuredGridConnectivity.h.

#define VTK_NODE_OVERLAP   1

Definition at line 35 of file vtkStructuredGridConnectivity.h.

#define VTK_EDGE_OVERLAP   2

Definition at line 36 of file vtkStructuredGridConnectivity.h.

#define VTK_PARTIAL_OVERLAP   3

Definition at line 37 of file vtkStructuredGridConnectivity.h.