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);
|
||||
}
|
||||
|
||||
void infinitiViewer::SyncSlicePoint(double * point) {
|
||||
//TODO:SyncSlicePoint with different series in same study
|
||||
}
|
||||
|
||||
vtkSmartPointer<vtkPoints> infinitiViewer::GetSliceBoundPoints(){
|
||||
double bounds[6] ={.0, .0, .0, .0, .0, .0};
|
||||
ImageMapper->GetBounds(bounds);
|
||||
|
||||
@@ -322,6 +322,7 @@ public:
|
||||
vtkSignalRaiser* GetSignalRaiser(){
|
||||
return &raiser;
|
||||
}
|
||||
void SyncSlicePoint(double* point);
|
||||
|
||||
protected:
|
||||
infinitiViewer();
|
||||
|
||||
Reference in New Issue
Block a user