VTK
9.4.20241117
|
#include <vtkAnariCompositePolyDataMapperNode.h>
Public Attributes | |
std::stack< bool > | Visibility |
std::stack< double > | Opacity |
std::stack< vtkColor3d > | AmbientColor |
std::stack< vtkColor3d > | DiffuseColor |
std::stack< vtkColor3d > | SpecularColor |
std::stack< std::string > | Material |
Definition at line 52 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<bool> vtkAnariCompositePolyDataMapperNode::RenderBlockState::Visibility |
Definition at line 55 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<double> vtkAnariCompositePolyDataMapperNode::RenderBlockState::Opacity |
Definition at line 56 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<vtkColor3d> vtkAnariCompositePolyDataMapperNode::RenderBlockState::AmbientColor |
Definition at line 57 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<vtkColor3d> vtkAnariCompositePolyDataMapperNode::RenderBlockState::DiffuseColor |
Definition at line 58 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<vtkColor3d> vtkAnariCompositePolyDataMapperNode::RenderBlockState::SpecularColor |
Definition at line 59 of file vtkAnariCompositePolyDataMapperNode.h.
std::stack<std::string> vtkAnariCompositePolyDataMapperNode::RenderBlockState::Material |
Definition at line 60 of file vtkAnariCompositePolyDataMapperNode.h.