}
}
- //vtkImageData* img1 = volview->GetOutputImages()[0];
+ //vtkImageData* img1 = ;
- //bbSetOutputOut0(img1);
- //bbSetOutputOut1(volview->GetOutputImages()[1]);
- //bbSetOutputOut2(volview->GetOutputImages()[2]);
- //bbSetOutputOut3(volview->GetOutputImages()[3]);
+ bbSetOutputOut0(volview->GetOutputImages()[0]);
+ bbSetOutputOut1(volview->GetOutputImages()[1]);
+ bbSetOutputOut2(volview->GetOutputImages()[2]);
+ bbSetOutputOut3(volview->GetOutputImages()[3]);
}
}
void VolumeRendering::CreateWidget(wxWindow* parent)
bbSetInputIn2(0);
bbSetInputIn3(0);
bbSetInputRenderer(0);
+
+ bbSetOutputOut0(NULL);
+ bbSetOutputOut1(NULL);
+ bbSetOutputOut2(NULL);
+ bbSetOutputOut3(NULL);
}
void VolumeRendering::bbUserInitializeProcessing()
surface1 = _surface1;
surface2 = _surface2;
surface3 = _surface3;
-
+
+ propID = id;
transformV = vtkTransform::New();
transformS1 = vtkTransform::New();
transformS2 = vtkTransform::New();
double volspX;
double volspY;
double volspZ;
-
vol->getImageData()->GetSpacing(volspX, volspY, volspZ);
double surfspX;