|
VMTK
|
#include "vtkObject.h"#include "vtkMath.h"#include "vtkvmtkConstants.h"#include "vtkvmtkWin32Header.h"Go to the source code of this file.
Classes | |
| class | vtkvmtkMath |
| Static utility mathematical functions included to avoid repeating ourselves. More... | |
Macros | |
| #define | VTK_VMTK_NON_OBTUSE 0 |
| #define | VTK_VMTK_OBTUSE_IN_POINT 1 |
| #define | VTK_VMTK_OBTUSE_NOT_IN_POINT 2 |
| #define VTK_VMTK_NON_OBTUSE 0 |
Definition at line 36 of file vtkvmtkMath.h.
| #define VTK_VMTK_OBTUSE_IN_POINT 1 |
Definition at line 37 of file vtkvmtkMath.h.
| #define VTK_VMTK_OBTUSE_NOT_IN_POINT 2 |
Definition at line 38 of file vtkvmtkMath.h.
1.8.14