ATLAS Offline Software
|
#include "VP1Base/VP1ExaminerViewer.h"
#include "VP1Base/VP1Controller.h"
#include "VP1Base/VP1Msg.h"
#include "VP1Base/VP1CameraHelper.h"
#include "VP1Base/VP1QtInventorUtils.h"
#include "VP1Base/VP1QtUtils.h"
#include "VP1Base/AnimationSequencer.h"
#include "VP1Base/VP1Settings.h"
#include "VP1Base/VP1CustomTourEditor.h"
#include "VP1Base/VP1CustomStereoEditor.h"
#include "VP1HEPVis/VP1HEPVisUtils.h"
#include "VP1HEPVis/actions/SoGL2PSAction.h"
#include <Inventor/nodes/SoSphere.h>
#include <Inventor/nodes/SoGroup.h>
#include <Inventor/nodes/SoPerspectiveCamera.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/Qt/widgets/SoQtPopupMenu.h>
#include <Inventor/events/SoKeyboardEvent.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <Inventor/nodes/SoEnvironment.h>
#include <Inventor/actions/SoSearchAction.h>
#include <Inventor/nodekits/SoBaseKit.h>
#include <Inventor/SoSceneManager.h>
#include <QBuffer>
#include <QByteArray>
#include <QMenu>
#include <QCursor>
#include <QColorDialog>
#include <QFileDialog>
#include <QInputDialog>
#include <QPushButton>
#include <QGLFormat>
#include "VP1HEPVis/gl2ps.h"
#include <map>
#include <iostream>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | VP1ExaminerViewer::Imp |
class | VP1ExaminerViewer::Imp::StoredView |
Functions | |
void | debugCameraClipPlanes (void *data, const SbVec2f &nearfar) |
tune the camera clipping planes More... | |
SbVec2f | fixedDistanceClipPlanesCB (void *data, const SbVec2f &nearfar) |
set the clipping strategy and fix the clipping More... | |
void debugCameraClipPlanes | ( | void * | data, |
const SbVec2f & | nearfar | ||
) |
tune the camera clipping planes
Definition at line 468 of file VP1ExaminerViewer.cxx.
SbVec2f fixedDistanceClipPlanesCB | ( | void * | data, |
const SbVec2f & | nearfar | ||
) |
set the clipping strategy and fix the clipping
Definition at line 512 of file VP1ExaminerViewer.cxx.