
X3D Interface | ||||
| Name | Type | Default value | Description | |
![]() | scalarVolume | MFScalarImageNode | null | |
![]() | method | SFString | "sum" | |
Public Member Functions | |
| ComposedScalarVolume (H3D::Inst< H3D::SFNode > _metadata=0, H3D::Inst< H3D::Field > _dataChanged=0, H3D::Inst< H3D::SFBool > _scaleVectors=0, H3D::Inst< SFImage > _image=0, H3D::Inst< MFScalarImageNode > _scalarVolume=0, H3D::Inst< H3D::SFString > _method=0) | |
| Constructor. | |
Public Attributes | |
| auto_ptr< MFScalarImageNode > | scalarVolume |
| The volumes to compose. | |
| auto_ptr< H3D::SFString > | method |
| The method of composition. | |
Static Public Attributes | |
| static H3D::H3DNodeDatabase | database |
| X3D node/field database. | |
Classes | |
| class | SFImage |
| SFImage is overridden to update the value. More... | |
| VHTK::ComposedScalarVolume::ComposedScalarVolume | ( | H3D::Inst< H3D::SFNode > | _metadata = 0, |
|
| H3D::Inst< H3D::Field > | _dataChanged = 0, |
|||
| H3D::Inst< H3D::SFBool > | _scaleVectors = 0, |
|||
| H3D::Inst< SFImage > | _image = 0, |
|||
| H3D::Inst< MFScalarImageNode > | _scalarVolume = 0, |
|||
| H3D::Inst< H3D::SFString > | _method = 0 | |||
| ) |
Constructor.
The volumes to compose.
| auto_ptr< H3D::SFString > VHTK::ComposedScalarVolume::method |
The method of composition.
Valid values are
SUM - voxelwise sum of the individual volumes
1.5.6