manipulator       443 src/view/NetworkViewer.cpp     osgGA::TrackballManipulator * manipulator = dynamic_cast<osgGA::TrackballManipulator *>(view -> getCameraManipulator());
manipulator       444 src/view/NetworkViewer.cpp     manipulator -> home(0.0);
manipulator       549 src/view/NetworkViewer.cpp     osgGA::TrackballManipulator * manipulator = dynamic_cast<osgGA::TrackballManipulator *>(view -> getCameraManipulator());
manipulator       550 src/view/NetworkViewer.cpp     manipulator -> getTransformation(eye, center, up);
manipulator       566 src/view/NetworkViewer.cpp     osgGA::TrackballManipulator * manipulator = dynamic_cast<osgGA::TrackballManipulator *>(view -> getCameraManipulator());
manipulator       567 src/view/NetworkViewer.cpp     manipulator -> setTransformation(eye, center, up);