VTK
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< doubleOpacity
 
std::stack< vtkColor3dAmbientColor
 
std::stack< vtkColor3dDiffuseColor
 
std::stack< vtkColor3dSpecularColor
 

Detailed Description

Definition at line 203 of file vtkCompositePolyDataMapper2.h.

Member Data Documentation

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

Definition at line 206 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 207 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 208 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 209 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 210 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 211 of file vtkCompositePolyDataMapper2.h.


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