*/
bool OCCViewer_ViewPort3d::syncronize( const OCCViewer_ViewPort3d* ref )
{
- printf("OCCViewer_ViewPort3d::syncronize(WRONG): %x\n", this);
OCCViewer_ViewPort3d* ref3d = (OCCViewer_ViewPort3d*)ref;
Handle(V3d_View) refView = ref3d->getView();
Handle(V3d_View) tgtView = getView();
*/
void OCCViewer_ViewWindow::synchronize( SUIT_ViewWindow* theView )
{
- printf("OCCViewer_ViewWindow::synchronize: %x\n", this);
bool blocked = blockSignals( true );
SUIT_CameraProperties aProps = theView->cameraProperties();
void SVTK_ViewWindow::synchronize(SVTK_ViewWindow* otherViewWindow )
{
- printf("SVTK_ViewWindow::synchronize(WRONG): %x\n", this);
if ( otherViewWindow ) {
bool blocked = blockSignals( true );
doSetVisualParameters( otherViewWindow->getVisualParameters(), true );
*/
void SVTK_ViewWindow::synchronize( SUIT_ViewWindow* theView )
{
- printf("SVTK_ViewWindow::synchronize: %x\n", this);
bool blocked = blockSignals( true );
SUIT_CameraProperties aProps = theView->cameraProperties();