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

#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
 

Detailed Description

Definition at line 32 of file vtkPolyDataMapperNode.h.

Member Data Documentation

◆ vertex_index

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

Definition at line 34 of file vtkPolyDataMapperNode.h.

◆ vertex_reverse

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

Definition at line 35 of file vtkPolyDataMapperNode.h.

◆ line_index

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

Definition at line 36 of file vtkPolyDataMapperNode.h.

◆ line_reverse

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

Definition at line 37 of file vtkPolyDataMapperNode.h.

◆ triangle_index

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

Definition at line 38 of file vtkPolyDataMapperNode.h.

◆ triangle_reverse

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

Definition at line 39 of file vtkPolyDataMapperNode.h.

◆ strip_index

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

Definition at line 40 of file vtkPolyDataMapperNode.h.

◆ strip_reverse

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

Definition at line 41 of file vtkPolyDataMapperNode.h.


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