VTK  9.4.20250130
Classes | Macros | Variables
vtkTableBasedClipCases.h File Reference
#include "vtkFiltersGeneralModule.h"
#include "vtkSetGet.h"
#include "vtkCellType.h"
#include <array>
#include <cstdint>
#include <type_traits>
Include dependency graph for vtkTableBasedClipCases.h:

Go to the source code of this file.

Classes

class  vtkTableBasedClipCasesBase
 
class  vtkTableBasedClipCases< false >
 
class  vtkTableBasedClipCases< true >
 

Macros

#define VTK_CLIP_CAST(type, value)   static_cast<type>(value)
 

Variables

template<bool InsideOut>
class VTKFILTERSGENERAL_EXPORT vtkTableBasedClipCases
 

Macro Definition Documentation

◆ VTK_CLIP_CAST

#define VTK_CLIP_CAST (   type,
  value 
)    static_cast<type>(value)

Definition at line 127 of file vtkTableBasedClipCases.h.

Variable Documentation

◆ vtkTableBasedClipCases

template<bool InsideOut>
class VTKFILTERSGENERAL_EXPORT vtkTableBasedClipCases

Definition at line 185 of file vtkTableBasedClipCases.h.