#include "volume_pixel_view.h"
#include "../global/global_definitions.h"
#include "../exceptions/null_pointer_exception.h"
#include "imedgine_slice_viewer.h"
#include <memory>
#include <Inventor/fields/SoSFImage.h>
#include <Inventor/nodes/SoTexture2.h>
#include <Inventor/nodes/SoEventCallback.h>
#include <Inventor/nodes/SoCube.h>
#include <Inventor/nodes/SoMaterial.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <Inventor/events/SoKeyboardEvent.h>
#include <Inventor/nodes/SoOrthographicCamera.h>
#include <Inventor/nodes/SoImage.h>
#include <Inventor/nodes/SoCoordinate3.h>
#include <Inventor/nodes/SoLineSet.h>
#include <Inventor/nodes/SoBaseColor.h>
Include dependency graph for slice_pixel_view.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | imedgine |
Classes | |
class | SlicePixelView |
The interface for all three types of slice views (XY, XZ, YZ) of three dimensional voxel datasets. More... |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition in file slice_pixel_view.h.