Add sync slice point method(empty)
This commit is contained in:
@@ -627,6 +627,10 @@ void infinitiViewer::ChangeSlice(vtkObject *, unsigned long eventid, void *calld
|
|||||||
SetSlice(newSlice);
|
SetSlice(newSlice);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void infinitiViewer::SyncSlicePoint(double * point) {
|
||||||
|
//TODO:SyncSlicePoint with different series in same study
|
||||||
|
}
|
||||||
|
|
||||||
vtkSmartPointer<vtkPoints> infinitiViewer::GetSliceBoundPoints(){
|
vtkSmartPointer<vtkPoints> infinitiViewer::GetSliceBoundPoints(){
|
||||||
double bounds[6] ={.0, .0, .0, .0, .0, .0};
|
double bounds[6] ={.0, .0, .0, .0, .0, .0};
|
||||||
ImageMapper->GetBounds(bounds);
|
ImageMapper->GetBounds(bounds);
|
||||||
|
|||||||
@@ -322,6 +322,7 @@ public:
|
|||||||
vtkSignalRaiser* GetSignalRaiser(){
|
vtkSignalRaiser* GetSignalRaiser(){
|
||||||
return &raiser;
|
return &raiser;
|
||||||
}
|
}
|
||||||
|
void SyncSlicePoint(double* point);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
infinitiViewer();
|
infinitiViewer();
|
||||||
|
|||||||
Reference in New Issue
Block a user