open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | Public Attributes | List of all members
iALineSegment Struct Reference

Collection of vtk classes required for displaying a line segment. More...

#include <iALineSegment.h>

Public Member Functions

 iALineSegment ()
 
void point (int idx, double *point_out)
 
void setPoint (int idx, double x, double y, double z)
 

Public Attributes

vtkSmartPointer< vtkActor > actor
 
vtkSmartPointer< vtkLineSource > lineSource
 
vtkSmartPointer< vtkPolyDataMapper > mapper
 

Detailed Description

Collection of vtk classes required for displaying a line segment.

Constructor & Destructor Documentation

◆ iALineSegment()

iALineSegment::iALineSegment ( )

Member Function Documentation

◆ point()

void iALineSegment::point ( int  idx,
double *  point_out 
)

◆ setPoint()

void iALineSegment::setPoint ( int  idx,
double  x,
double  y,
double  z 
)

Member Data Documentation

◆ actor

vtkSmartPointer<vtkActor> iALineSegment::actor

◆ lineSource

vtkSmartPointer<vtkLineSource> iALineSegment::lineSource

◆ mapper

vtkSmartPointer<vtkPolyDataMapper> iALineSegment::mapper

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