VTK
9.4.20250324
|
Specifies parameter flags, which can be used by inheriting classes to specify which parameter it takes responsibility for. More...
#include <vtkAnariPolyDataMapperInheritInterface.h>
Public Attributes | |
bool | Positions = true |
bool | Indices = true |
bool | Normals = true |
bool | Scales = true |
bool | Texcoords = true |
bool | Colors = true |
Specifies parameter flags, which can be used by inheriting classes to specify which parameter it takes responsibility for.
Definition at line 43 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Positions = true |
Definition at line 45 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Indices = true |
Definition at line 46 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Normals = true |
Definition at line 47 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Scales = true |
Definition at line 48 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Texcoords = true |
Definition at line 49 of file vtkAnariPolyDataMapperInheritInterface.h.
bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Colors = true |
Definition at line 50 of file vtkAnariPolyDataMapperInheritInterface.h.