SoGetObliquePlaneFromVolumeProcessing3d Class Reference
[Image Editing]

ImageViz SoGetObliquePlaneFromVolumeProcessing3d engine More...

#include <ImageViz/Engines/ImageManipulation/ImageEditing/SoGetObliquePlaneFromVolumeProcessing3d.h>

Inheritance diagram for SoGetObliquePlaneFromVolumeProcessing3d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Types

enum  PrecisionMode {
  NEARBY_PIXEL = 0,
  INTERPOLATION = 1
}

Public Member Functions

 SoGetObliquePlaneFromVolumeProcessing3d ()

Public Attributes

SoSFImageDataAdapter inImage
SoSFVec3i32 pointCoordinates
SoSFFloat angleTheta
SoSFFloat anglePhi
SoSFEnum precisionMode
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoGetObliquePlaneFromVolumeProcessing3d engine

The SoGetObliquePlaneFromVolumeProcessing3d engine extracts a section of a 3D image, given a point of this section and the angles to its normal.

See also: SoGetPlaneFromVolumeProcessing3d.

FILE FORMAT/DEFAULT


Library references: getobliqueplane


Member Enumeration Documentation

Enumerator:
NEARBY_PIXEL 

This mode gets the value of the nearest voxel.

INTERPOLATION 

This mode gets the cubic interpolation from the nearest voxel.


Constructor & Destructor Documentation

SoGetObliquePlaneFromVolumeProcessing3d::SoGetObliquePlaneFromVolumeProcessing3d (  ) 

Constructor.


Member Data Documentation

The angle in degree between the Normal and the OZ axis (phi).

Default value is 0.0f.

The angle between Ox and the projection of the Normal on XoY plane (theta).

Default value is 0.0f.

The input image.

Default value is NULL. Supported types include: grayscale binary label image.

The output image.

Default value is NULL. Supported types include: grayscale binary label color image.

Coordinates of a point of the 3D section.

Default value is SbVec3i32(0,0,0).

Select the interpolation mode.

Use enum PrecisionMode. Default is NEARBY_PIXEL


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/