24#ifndef SOLDMVALUATIONACTIONINTERFACE_H
25#define SOLDMVALUATIONACTIONINTERFACE_H
27#include <Inventor/actions/SoSubAction.h>
28#include <Inventor/actions/SoCallbackAction.h>
29#include <LDM/SoLDMLargeDataManagement.h>
30#include <Inventor/STL/stack>
31#include <Inventor/STL/vector>
33class SoLdmValuationAction;
36#pragma warning( push )
37#pragma warning(disable:4251)
40#ifndef HIDDEN_FROM_DOC
45class SoLdmValuationActionInterface
49 virtual void ldmAction(SoLdmValuationAction* action) = 0;
52 virtual ~SoLdmValuationActionInterface()
56 virtual void triangleCB(
63 virtual void lineCB(
SoAction* action,
Abstract base class for all actions.
Represents a vertex of a generated primitive.