VTK
9.4.20250130
|
#include "vtkFiltersGeneralModule.h"
#include "vtkSetGet.h"
#include "vtkCellType.h"
#include <array>
#include <cstdint>
#include <type_traits>
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 |
#define VTK_CLIP_CAST | ( | type, | |
value | |||
) | static_cast<type>(value) |
Definition at line 127 of file vtkTableBasedClipCases.h.
class VTKFILTERSGENERAL_EXPORT vtkTableBasedClipCases |
Definition at line 185 of file vtkTableBasedClipCases.h.