BALL 1.5.0
Loading...
Searching...
No Matches
modelInformation.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4
5#ifndef BALL_VIEW_KERNEL_MODELINFORMATION_H
6#define BALL_VIEW_KERNEL_MODELINFORMATION_H
7
8#ifndef BALL_VIEW_KERNEL_COMMON_H
10#endif
11
12#include <QtCore/QCoreApplication>
13
14namespace BALL
15{
16 namespace VIEW
17 {
27 {
28
29 public:
30
31
33
38
42
44
46
49 virtual String getModelName(ModelType type) const;
50
54
58 virtual bool isSurfaceModel(ModelType type) const;
59
63
67
71 virtual bool modelMustBeRebuild(ModelType type) const;
72 };
73
74 } // namespace VIEW
75} // namespace BALL
76
77#endif // BALL_VIEW_KERNEL_MODELINFORMATION_H
virtual String getColoringName(ColoringMethod type) const
virtual bool modelMuteableByDisplayProperties(ModelType type) const
virtual String getModelName(ModelType type) const
virtual bool modelMustBeRebuild(ModelType type) const
virtual bool isSurfaceModel(ModelType type) const
virtual bool coloringMuteableByDisplayProperties(ColoringMethod type) const
#define BALL_VIEW_EXPORT