VTK
9.1.0
|
#include <vtkPolyDataMapperNode.h>
Public Attributes | |
std::vector< unsigned int > | vertex_index |
std::vector< unsigned int > | vertex_reverse |
std::vector< unsigned int > | line_index |
std::vector< unsigned int > | line_reverse |
std::vector< unsigned int > | triangle_index |
std::vector< unsigned int > | triangle_reverse |
std::vector< unsigned int > | strip_index |
std::vector< unsigned int > | strip_reverse |
Definition at line 43 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::vertex_index |
Definition at line 45 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::vertex_reverse |
Definition at line 46 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::line_index |
Definition at line 47 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::line_reverse |
Definition at line 48 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::triangle_index |
Definition at line 49 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::triangle_reverse |
Definition at line 50 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::strip_index |
Definition at line 51 of file vtkPolyDataMapperNode.h.
std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity_t::strip_reverse |
Definition at line 52 of file vtkPolyDataMapperNode.h.