Ejemplo n.º 1
0
void
InvComposePlane::initClass()
{
    // Initialize type id variables. The arguments to the macro
    // are: the name of the engine class, the class this is
    // derived from, and the name registered with the type
    // of the parent class.
    SO_ENGINE_INIT_CLASS(InvComposePlane, SoEngine, "Engine");
}
void 
SoItkConvertItkImageToXipImage::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkConvertItkImageToXipImage, SoFieldConverter, "SoFieldConverter" );

	// Register this converter's type with the Inventor database
	//
	SoDB::addConverter( SoItkSFDataImage::getClassTypeId(),
		SoXipSFDataImage::getClassTypeId(),
		getClassTypeId() );
}
Ejemplo n.º 3
0
void SoXipConvertSFDicomToMFDicom::initClass()
{
    SO_ENGINE_INIT_CLASS(SoXipConvertSFDicomToMFDicom,
                         SoFieldConverter, "FieldConverter");

    // Register this converter's type with the Inventor database
    // to convert from a field (or engine output) of type
    // SoSFShort to a field of type SoSFFloat.
    // We only call this once, since this engine offers only one
    // type conversion.
    SoDB::addConverter(SoXipSFDataDicom::getClassTypeId(),
                       SoXipMFDataDicom::getClassTypeId(),
                       getClassTypeId());
}
Ejemplo n.º 4
0
void SoVtkClipDataSet::initClass()
{
    SO_ENGINE_INIT_CLASS( SoVtkClipDataSet, SoEngine, "Engine" );
}
Ejemplo n.º 5
0
void SoVtkGlyphSource2D::initClass()
{
    SO_ENGINE_INIT_CLASS( SoVtkGlyphSource2D, SoEngine, "Engine" );
}
void SoVtkImageGaussianSource::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkImageGaussianSource, SoEngine, "Engine" );
}
Ejemplo n.º 7
0
void SoVtkPlane::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkPlane, SoEngine, "Engine" );
}
Ejemplo n.º 8
0
void SoVtkExtractGeometry::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkExtractGeometry, SoEngine, "Engine" );
}
Ejemplo n.º 9
0
// doc from parent
void
CubicSplineEngine::initClass(void)
{
  SO_ENGINE_INIT_CLASS(CubicSplineEngine, SoEngine, "Engine");
}
Ejemplo n.º 10
0
void 
SoItkImageFileReader::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkImageFileReader, SoEngine, "SoEngine" );
}
Ejemplo n.º 11
0
void
SoItkMeanImageFilter::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkMeanImageFilter, SoItkImageToImageFilter, "SoItkImageToImageFilter" );
}
Ejemplo n.º 12
0
void SoXipImageAttributes::initClass()
{
	SO_ENGINE_INIT_CLASS(SoXipImageAttributes, SoEngine, "Engine");
}
void
SoXipImageOverlayClear::initClass ()
{
	SO_ENGINE_INIT_CLASS( SoXipImageOverlayClear, SoEngine, "SoEngine" );
}
void
SoXipOverlayExtractContour::initClass()
{
	SO_ENGINE_INIT_CLASS( SoXipOverlayExtractContour, SoEngine, "Engine" );
}
Ejemplo n.º 15
0
void
SoXipImageOperation::initClass()
{
	SO_ENGINE_INIT_CLASS( SoXipImageOperation, SoEngine, "Engine" );
}
Ejemplo n.º 16
0
void SoVtkCellArray::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkCellArray, SoEngine, "Engine" );
}
void SoVtkEnSightGoldBinaryReader::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkEnSightGoldBinaryReader, SoEngine, "Engine" );
}
void
SoItkExpNegativeImageFilter::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkExpNegativeImageFilter, SoItkUnaryFunctorImageFilter, "SoItkUnaryFunctorImageFilter" );
}
void SoVtkImplicitTextureCoords::initClass()
{
    SO_ENGINE_INIT_CLASS( SoVtkImplicitTextureCoords, SoEngine, "Engine" );
}
Ejemplo n.º 20
0
void SoVtkDataSetReader::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkDataSetReader, SoEngine, "Engine" );
}
Ejemplo n.º 21
0
void SoVtkRungeKutta4::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkRungeKutta4, SoEngine, "Engine" );
}
void SoVtkCylindricalTransform::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkCylindricalTransform, SoEngine, "Engine" );
}
void SoVtkGenericInterpolatedVelocityField::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkGenericInterpolatedVelocityField, SoEngine, "Engine" );
}
void SoVtkImageCityBlockDistance::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkImageCityBlockDistance, SoEngine, "Engine" );
}
void
SoItkWeightedAddImageFilter::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkWeightedAddImageFilter, SoItkBinaryFunctorImageFilter, "SoItkBinaryFunctorImageFilter" );
}
void
SoItkBinaryThresholdImageFilter::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkBinaryThresholdImageFilter, SoItkUnaryFunctorImageFilter, "SoItkUnaryFunctorImageFilter" );
}
Ejemplo n.º 27
0
void SoVtkAssignAttribute::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkAssignAttribute, SoEngine, "Engine" );
}
Ejemplo n.º 28
0
void
SoItkMatrix::initClass()
{
	SO_ENGINE_INIT_CLASS( SoItkMatrix, SoEngine, "Engine" );	
}
void SoVtkImageDataGeometryFilter::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkImageDataGeometryFilter, SoEngine, "Engine" );
}
Ejemplo n.º 30
0
void SoVtkImageLuminance::initClass()
{
	SO_ENGINE_INIT_CLASS( SoVtkImageLuminance, SoEngine, "Engine" );
}