Esempio n. 1
0
/**
 * Creates a new smart pointer object of this rep
 */
FiberBundleRepPtr FiberBundleRep::New(const QString& uid)
{
	return wrap_new(new FiberBundleRep(), uid);
}
Esempio n. 2
0
PlaneMetricRepPtr PlaneMetricRep::New(const QString& uid)
{
	return wrap_new(new PlaneMetricRep(), uid);
}
Esempio n. 3
0
SphereMetricRep2DPtr SphereMetricRep2D::New(const QString& uid)
{
	return wrap_new(new SphereMetricRep2D(), uid);
}
Esempio n. 4
0
AngleMetricRepPtr AngleMetricRep::New(const QString& uid)
{
	return wrap_new(new AngleMetricRep(), uid);
}
PointMetricRep2DPtr PointMetricRep2D::New(const QString& uid)
{
	return wrap_new(new PointMetricRep2D(), uid);
}
Esempio n. 6
0
StreamRep3DPtr StreamRep3D::New(SpaceProviderPtr spaceProvider, PatientModelServicePtr patientModelService, const QString& uid)
{
	return wrap_new(new StreamRep3D(spaceProvider, patientModelService), uid);
}
Esempio n. 7
0
GeometricRep2DPtr GeometricRep2D::New(const QString& uid)
{
	return wrap_new(new GeometricRep2D(), uid);
}
OrientationAnnotationSmartRepPtr OrientationAnnotationSmartRep::New(const QString& uid)
{
	return wrap_new(new OrientationAnnotationSmartRep(), uid);
}
Esempio n. 9
0
MetricNamesRepPtr MetricNamesRep::New(const QString& uid)
{
    return wrap_new(new MetricNamesRep(), uid);
}
Esempio n. 10
0
Slices3DRepPtr Slices3DRep::New(SharedOpenGLContextPtr context, const QString& uid)
{
	return wrap_new(new Slices3DRep(context), uid);
}