open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Deprecated List
Member iAHistogramData::create (QString const &name, iAValueType type, DataType minX, DataType maxX, size_t numBin, DataType *histoData)
(because of data ownership issues, see notes for histoData parameter)
Member iAHistogramData::setSpacing (DataType spacing)
should be set automatically - if not it's a bug that needs to be fixed inside the class, not by setting it from externally
Member iAHistogramData::setYBounds (DataType yMin, DataType yMax)
should be set automatically - if not it's a bug that needs to be fixed inside the class, not by setting it from externally
Member iAMainWindow::secondNonActiveChild ()=0
instead of this method, in filters, use the facilities provided in iAFilter (via the requiredInputs parameter to the constructor) to specify multiple inputs
Member iAMdiChild::fileInfo () const =0
. Use access via datasets instead
Member iAMdiChild::magicLens3DRenderer () const =0
, use channel mechanisms / setMagicLensInput instead!
Member iAMdiChild::rendererDeactivated (int c)
. no direct replacement
Member iAMdiChild::slicerTransform ()=0
access transform used in slicer. should be removed from here; no replacement in place yet
Class iARawFileParameters
new developments should use iARawFileIO and its parameters() instead
Class iAVolumeSettings
to be removed soon, replaced by iADataSetRenderer / iAVolumeRenderer settings (see m_attributes member)
Member MainWindow::secondNonActiveChild () override
instead of this method, in filters, use the facilities provided in iAFilter (via the requiredInputs parameter to the constructor) to specify multiple inputs
Member operator& (const iAVec3T< T1 > &u, const iAVec3T< T2 > &v)
use dotProduct(...) instead!
Member operator^ (const iAVec3T< T1 > &u, const iAVec3T< T2 > &v)
use crossProduct(...) instead!