17#ifndef VP1MISSINGETHANDLE_H
18#define VP1MISSINGETHANDLE_H
22#include <Inventor/nodes/SoGroup.h>
23#include <Inventor/nodes/SoCylinder.h>
24#include <Inventor/nodes/SoLineSet.h>
25#include <Inventor/nodes/SoCoordinate3.h>
26#include <Inventor/nodes/SoDrawStyle.h>
33#define MISSINGET_ZERO 0.0001
34#define MISSINGET_ZEROLENGTH(x) (x < MISSINGET_ZERO)?(true):(false)
44 virtual QStringList
clicked(SoPath*)
const;
46 const QString&
key()
const;
virtual qint32 provideCollTypeID() const
const QString & key() const
virtual QColor baseCol() const
virtual QString checkBoxToolTip() const
static void useThickness(double)
QStringList baseInfo(const MissingET *) const
virtual QString provideText() const
virtual QStringList clicked(SoPath *) const
static void useShape(bool)
VP1MissingEtHandle(IVP1System *sys, const QString &key)
virtual QByteArray providePersistifiableID() const
virtual QString provideSection() const
virtual ~VP1MissingEtHandle()
void truncateToCollSep(SoPath *) const
virtual QString provideSectionToolTip() const
void assignDefaultMaterial(SoMaterial *) const
void addArrowToCollSep(const MissingET *)
static void useScale(double)
static QList< VP1StdCollection * > createCollections(IVP1System *sys)
VP1StdCollection(IVP1System *, const QString &helperClassName)