VTK  9.3.20240423
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 228 of file vtkCompositePolyDataMapper2.h.

Member Data Documentation

◆ Visibility

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

Definition at line 231 of file vtkCompositePolyDataMapper2.h.

◆ Pickability

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

Definition at line 232 of file vtkCompositePolyDataMapper2.h.

◆ Opacity

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

Definition at line 233 of file vtkCompositePolyDataMapper2.h.

◆ AmbientColor

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

Definition at line 234 of file vtkCompositePolyDataMapper2.h.

◆ DiffuseColor

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

Definition at line 235 of file vtkCompositePolyDataMapper2.h.

◆ SpecularColor

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

Definition at line 236 of file vtkCompositePolyDataMapper2.h.

◆ SelectionColor

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

Definition at line 237 of file vtkCompositePolyDataMapper2.h.

◆ SelectionOpacity

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

Definition at line 238 of file vtkCompositePolyDataMapper2.h.


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