VTK
Public Attributes | List of all members
vtkPolyDataMapperNode::vtkPDConnectivity Struct Reference

#include <vtkPolyDataMapperNode.h>

Public Attributes

std::vector< unsigned intvertex_index
 
std::vector< unsigned intvertex_reverse
 
std::vector< unsigned intline_index
 
std::vector< unsigned intline_reverse
 
std::vector< unsigned inttriangle_index
 
std::vector< unsigned inttriangle_reverse
 
std::vector< unsigned intstrip_index
 
std::vector< unsigned intstrip_reverse
 

Detailed Description

Definition at line 44 of file vtkPolyDataMapperNode.h.

Member Data Documentation

◆ vertex_index

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::vertex_index

Definition at line 45 of file vtkPolyDataMapperNode.h.

◆ vertex_reverse

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::vertex_reverse

Definition at line 46 of file vtkPolyDataMapperNode.h.

◆ line_index

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::line_index

Definition at line 47 of file vtkPolyDataMapperNode.h.

◆ line_reverse

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::line_reverse

Definition at line 48 of file vtkPolyDataMapperNode.h.

◆ triangle_index

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::triangle_index

Definition at line 49 of file vtkPolyDataMapperNode.h.

◆ triangle_reverse

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::triangle_reverse

Definition at line 50 of file vtkPolyDataMapperNode.h.

◆ strip_index

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::strip_index

Definition at line 51 of file vtkPolyDataMapperNode.h.

◆ strip_reverse

std::vector<unsigned int> vtkPolyDataMapperNode::vtkPDConnectivity::strip_reverse

Definition at line 52 of file vtkPolyDataMapperNode.h.


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