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

#include <vtkCompositePolyDataMapper2.h>

Public Attributes

std::stack< bool > Visibility
 
std::stack< doubleOpacity
 
std::stack< vtkColor3dAmbientColor
 
std::stack< vtkColor3dDiffuseColor
 
std::stack< vtkColor3dSpecularColor
 

Detailed Description

Definition at line 152 of file vtkCompositePolyDataMapper2.h.

Member Data Documentation

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

Definition at line 155 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 156 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 157 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 158 of file vtkCompositePolyDataMapper2.h.

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

Definition at line 159 of file vtkCompositePolyDataMapper2.h.


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