#include "pixel_view.h"
#include "../global/global_definitions.h"
#include "../datasets/dataset_definitions.h"
#include "../exceptions/null_pointer_exception.h"
#include "imedgine_image_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 image_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 | ImagePixelView |
The class for a view of an 2 dimensional pixel image. 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 image_pixel_view.h.