HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_RestPropertiesBase.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  */
7 
8 #ifndef __SIM_RestPropertiesBase_h__
9 #define __SIM_RestPropertiesBase_h__
10 
11 #include "SIM_API.h"
12 #include "SIM_Data.h"
13 #include "SIM_DataUtils.h"
14 #include "SIM_OptionsUser.h"
15 #include "SIM_DopDescription.h"
16 
17 #include <GU/GU_DetailHandle.h>
18 
19 #define SIM_DATA_NAME_REST_PROPERTIES "RestProperties"
20 
21 #define SIM_NAME_IMPORT_REST_GEOMETRY "importrestgeometry"
22 #define SIM_NAME_REST_GEOMETRY_PATH "restgeometrypath"
23 
24 class OP_Context;
25 
27  public SIM_OptionsUser
28 {
29 public:
32 
33  virtual GU_ConstDetailHandle getGeoHandle(
34  OP_Context& context
35  ) const = 0;
36 
37 protected:
38  explicit SIM_RestPropertiesBase(const SIM_DataFactory* factory);
39  ~SIM_RestPropertiesBase() override;
40 
41 private:
44 };
45 
46 #endif
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition: SIM_DataUtils.h:50
#define DECLARE_CLASSNAME(DataClass, SuperClass)
Definition: SIM_DataUtils.h:20
#define GETSET_DATA_FUNCS_B(DataName, FuncName)
#define SIM_NAME_REST_GEOMETRY_PATH
#define GETSET_DATA_FUNCS_S(DataName, FuncName)
#define SIM_API
Definition: SIM_API.h:12
#define SIM_NAME_IMPORT_REST_GEOMETRY