Coin Logo http://www.sim.no/
http://www.coin3d.org/

SoVRMLSubInterpolator.h
1/**************************************************************************\
2 *
3 * This file is part of the Coin 3D visualization library.
4 * Copyright (C) by Kongsberg Oil & Gas Technologies.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * ("GPL") version 2 as published by the Free Software Foundation.
9 * See the file LICENSE.GPL at the root directory of this source
10 * distribution for additional information about the GNU GPL.
11 *
12 * For using Coin with software that can not be combined with the GNU
13 * GPL, and for taking advantage of the additional benefits of our
14 * support services, please contact Kongsberg Oil & Gas Technologies
15 * about acquiring a Coin Professional Edition License.
16 *
17 * See http://www.coin3d.org/ for more information.
18 *
19 * Kongsberg Oil & Gas Technologies, Bygdoy Alle 5, 0257 Oslo, NORWAY.
20 * http://www.sim.no/ sales@sim.no coin-support@coin3d.org
21 *
22\**************************************************************************/
23
24#ifndef COIN_SOVRMLSUBINTERPOLATOR_H
25#define COIN_SOVRMLSUBINTERPOLATOR_H
26
27#include <Inventor/nodes/SoSubNode.h>
28
29#define SO_INTERPOLATOR_HEADER(classname) \
30 SO_NODE_HEADER(classname)
31#define SO_INTERPOLATOR_ABSTRACT_HEADER(classname) \
32 SO_NODE_ABSTRACT_HEADER(classname)
33
34#define SO_INTERPOLATOR_SOURCE(classname) \
35 SO_NODE_SOURCE(classname)
36
37#define SO_INTERPOLATOR_ABSTRACT_SOURCE(classname) \
38 SO_NODE_ABSTRACT_SOURCE(classname)
39
40#define SO_INTERPOLATOR_INIT_CLASS(classname, printname, parentclass) \
41 SO_NODE_INIT_CLASS(classname, printname, parentclass)
42
43#define SO_INTERPOLATOR_INIT_ABSTRACT_CLASS(classname,printname,parent) \
44 SO_NODE_INIT_ABSTRACT_CLASS(classname, printname, parent)
45
46#define SO_INTERPOLATOR_CONSTRUCTOR(classname) \
47 SO_NODE_CONSTRUCTOR(classname)
48
49#define SO_INTERPOLATOR_ADD_INPUT(inputName, defaultValue) \
50 SO_NODE_ADD_FIELD(inputName, defaultValue)
51
52#define SO_INTERPOLATOR_ADD_OUTPUT(outputName, outputType)
53#define SO_INTERPOLATOR_DEFINE_ENUM_VALUE(enumType, enumValue) \
54 SO_NODE_DEFINE_ENUM_VALUE(enumType, enumValue)
55#define SO_INTERPOLATOR_IS_FIRST_INSTANCE() \
56 SO_NODE_IS_FIRST_INSTANCE()
57
58#define SO_INTERPOLATOR_SET_SF_ENUM_TYPE(fieldName, enumType) \
59 SO_NODE_SET_SF_ENUM_TYPE(fieldName, enumType)
60
61#define SO_INTERPOLATOR_SET_MF_ENUM_TYPE(fieldName, enumType) \
62 SO_NODE_SET_MF_ENUM_TYPE(fieldName, enumType)
63
64#define SO_INTERPOLATOR_OUTPUT(outputName, outputType, method)
65
66#endif // ! COIN_SOVRMLSUBINTERPOLATOR_H

Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.