open_iA  2020.04
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
iAChanData Struct Reference

#include <iAChanData.h>

Collaboration diagram for iAChanData:

Public Member Functions

 iAChanData (const QList< QColor > &colors, uint chanId)
 
 iAChanData (QColor c1, QColor c2, uint chanId)
 
void InitTFs ()
 

Public Attributes

QList< QColor > cols
 
const uint id
 
vtkSmartPointer< vtkImageData > imgData
 
vtkSmartPointer< vtkPiecewiseFunction > otf
 
vtkSmartPointer< vtkScalarBarWidget > scalarBarWgt
 
vtkSmartPointer< vtkColorTransferFunction > tf
 
QScopedPointer< iAChannelDatavisData
 
vtkSmartPointer< vtkPiecewiseFunction > vol_otf
 

Constructor & Destructor Documentation

◆ iAChanData() [1/2]

iAChanData::iAChanData ( QColor  c1,
QColor  c2,
uint  chanId 
)

◆ iAChanData() [2/2]

iAChanData::iAChanData ( const QList< QColor > &  colors,
uint  chanId 
)

Member Function Documentation

◆ InitTFs()

void iAChanData::InitTFs ( )

Member Data Documentation

◆ cols

QList<QColor> iAChanData::cols

◆ id

const uint iAChanData::id

◆ imgData

vtkSmartPointer<vtkImageData> iAChanData::imgData

◆ otf

vtkSmartPointer<vtkPiecewiseFunction> iAChanData::otf

◆ scalarBarWgt

vtkSmartPointer<vtkScalarBarWidget> iAChanData::scalarBarWgt

◆ tf

vtkSmartPointer<vtkColorTransferFunction> iAChanData::tf

◆ visData

QScopedPointer<iAChannelData> iAChanData::visData

◆ vol_otf

vtkSmartPointer<vtkPiecewiseFunction> iAChanData::vol_otf

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