VTK  9.5.2
vtkAnariPolyDataMapperInheritInterface::ParameterFlags Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ Positions

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Positions = true

Definition at line 45 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ Indices

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Indices = true

Definition at line 46 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ Normals

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Normals = true

Definition at line 47 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ Scales

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Scales = true

Definition at line 48 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ Texcoords

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Texcoords = true

Definition at line 49 of file vtkAnariPolyDataMapperInheritInterface.h.

◆ Colors

bool vtkAnariPolyDataMapperInheritInterface::ParameterFlags::Colors = true

Definition at line 50 of file vtkAnariPolyDataMapperInheritInterface.h.


The documentation for this struct was generated from the following file: