VMTK
Macros | Enumerations
vtkvmtkConstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTK_VMTK_LARGE_INTEGER   2147483647
 
#define VTK_VMTK_FLOAT_TOL   1.0E-6
 
#define VTK_VMTK_LARGE_FLOAT   1.0E+16
 
#define VTK_VMTK_DOUBLE_TOL   1.0E-12
 
#define VTK_VMTK_LARGE_DOUBLE   1.0E+32
 
#define VTK_VMTK_PIVOTING_TOL   1.0E-12
 

Enumerations

enum  {
  VTK_VMTK_EMPTY_NEIGHBORHOOD, VTK_VMTK_POLYDATA_NEIGHBORHOOD, VTK_VMTK_POLYDATA_MANIFOLD_NEIGHBORHOOD, VTK_VMTK_POLYDATA_MANIFOLD_EXTENDED_NEIGHBORHOOD,
  VTK_VMTK_UNSTRUCTUREDGRID_NEIGHBORHOOD, VTK_VMTK_EMPTY_STENCIL, VTK_VMTK_UMBRELLA_STENCIL, VTK_VMTK_AREA_WEIGHTED_UMBRELLA_STENCIL,
  VTK_VMTK_GRADIENT_STENCIL, VTK_VMTK_FE_LAPLACE_BELTRAMI_STENCIL, VTK_VMTK_FVFE_LAPLACE_BELTRAMI_STENCIL, VTK_VMTK_SPARSE_MATRIX_ROW
}
 

Macro Definition Documentation

◆ VTK_VMTK_LARGE_INTEGER

#define VTK_VMTK_LARGE_INTEGER   2147483647

Definition at line 21 of file vtkvmtkConstants.h.

◆ VTK_VMTK_FLOAT_TOL

#define VTK_VMTK_FLOAT_TOL   1.0E-6

Definition at line 25 of file vtkvmtkConstants.h.

◆ VTK_VMTK_LARGE_FLOAT

#define VTK_VMTK_LARGE_FLOAT   1.0E+16

Definition at line 29 of file vtkvmtkConstants.h.

◆ VTK_VMTK_DOUBLE_TOL

#define VTK_VMTK_DOUBLE_TOL   1.0E-12

Definition at line 33 of file vtkvmtkConstants.h.

◆ VTK_VMTK_LARGE_DOUBLE

#define VTK_VMTK_LARGE_DOUBLE   1.0E+32

Definition at line 37 of file vtkvmtkConstants.h.

◆ VTK_VMTK_PIVOTING_TOL

#define VTK_VMTK_PIVOTING_TOL   1.0E-12

Definition at line 41 of file vtkvmtkConstants.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
VTK_VMTK_EMPTY_NEIGHBORHOOD 
VTK_VMTK_POLYDATA_NEIGHBORHOOD 
VTK_VMTK_POLYDATA_MANIFOLD_NEIGHBORHOOD 
VTK_VMTK_POLYDATA_MANIFOLD_EXTENDED_NEIGHBORHOOD 
VTK_VMTK_UNSTRUCTUREDGRID_NEIGHBORHOOD 
VTK_VMTK_EMPTY_STENCIL 
VTK_VMTK_UMBRELLA_STENCIL 
VTK_VMTK_AREA_WEIGHTED_UMBRELLA_STENCIL 
VTK_VMTK_GRADIENT_STENCIL 
VTK_VMTK_FE_LAPLACE_BELTRAMI_STENCIL 
VTK_VMTK_FVFE_LAPLACE_BELTRAMI_STENCIL 
VTK_VMTK_SPARSE_MATRIX_ROW 

Definition at line 46 of file vtkvmtkConstants.h.