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

#include <vtkGenericCompositePolyDataMapper2.h>

Public Attributes

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

Detailed Description

Definition at line 130 of file vtkGenericCompositePolyDataMapper2.h.

Member Data Documentation

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

Definition at line 133 of file vtkGenericCompositePolyDataMapper2.h.

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

Definition at line 134 of file vtkGenericCompositePolyDataMapper2.h.

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

Definition at line 135 of file vtkGenericCompositePolyDataMapper2.h.

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

Definition at line 136 of file vtkGenericCompositePolyDataMapper2.h.

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

Definition at line 137 of file vtkGenericCompositePolyDataMapper2.h.


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