VTK  9.1.0
Public Attributes | List of all members
vtkCompositePolyDataMapper2::RenderBlockState Class Reference

#include <vtkCompositePolyDataMapper2.h>

Public Attributes

std::stack< bool > Visibility
 
std::stack< bool > Pickability
 
std::stack< double > Opacity
 
std::stack< vtkColor3dAmbientColor
 
std::stack< vtkColor3dDiffuseColor
 
std::stack< vtkColor3dSpecularColor
 
std::stack< vtkColor3dSelectionColor
 
std::stack< float > SelectionOpacity
 

Detailed Description

Definition at line 239 of file vtkCompositePolyDataMapper2.h.

Member Data Documentation

◆ Visibility

std::stack<bool> vtkCompositePolyDataMapper2::RenderBlockState::Visibility

Definition at line 242 of file vtkCompositePolyDataMapper2.h.

◆ Pickability

std::stack<bool> vtkCompositePolyDataMapper2::RenderBlockState::Pickability

Definition at line 243 of file vtkCompositePolyDataMapper2.h.

◆ Opacity

std::stack<double> vtkCompositePolyDataMapper2::RenderBlockState::Opacity

Definition at line 244 of file vtkCompositePolyDataMapper2.h.

◆ AmbientColor

std::stack<vtkColor3d> vtkCompositePolyDataMapper2::RenderBlockState::AmbientColor

Definition at line 245 of file vtkCompositePolyDataMapper2.h.

◆ DiffuseColor

std::stack<vtkColor3d> vtkCompositePolyDataMapper2::RenderBlockState::DiffuseColor

Definition at line 246 of file vtkCompositePolyDataMapper2.h.

◆ SpecularColor

std::stack<vtkColor3d> vtkCompositePolyDataMapper2::RenderBlockState::SpecularColor

Definition at line 247 of file vtkCompositePolyDataMapper2.h.

◆ SelectionColor

std::stack<vtkColor3d> vtkCompositePolyDataMapper2::RenderBlockState::SelectionColor

Definition at line 248 of file vtkCompositePolyDataMapper2.h.

◆ SelectionOpacity

std::stack<float> vtkCompositePolyDataMapper2::RenderBlockState::SelectionOpacity

Definition at line 249 of file vtkCompositePolyDataMapper2.h.


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