H3D API  2.4.1
CoordBoundField.h
Go to the documentation of this file.
1 
3 // Copyright 2004-2019, SenseGraphics AB
4 //
5 // This file is part of H3D API.
6 //
7 // H3D API is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 2 of the License, or
10 // (at your option) any later version.
11 //
12 // H3D API is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with H3D API; if not, write to the Free Software
19 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 //
21 // A commercial license is also available. Please contact us at
22 // www.sensegraphics.com for more information.
23 //
24 //
28 //
30 #ifndef __COORDBOUNDFIELD_H__
31 #define __COORDBOUNDFIELD_H__
32 
33 #include <H3D/H3DBoundedObject.h>
34 #include <H3D/X3DCoordinateNode.h>
35 
36 namespace H3D {
37 
41  class H3DAPI_API CoordBoundField:
42  public TypedField< H3DBoundedObject::SFBound,
43  TypedSFNode< X3DCoordinateNode > > {
44  protected:
46  virtual void update();
47  };
48 }
49 
50 
51 #endif
Header file for H3DBoundedObject.
Header file for X3DCoordinateNode, X3D scene-graph node.
The CoordBoundField is specialized update itself from a X3DCoordinateNode.
Definition: CoordBoundField.h:43
A template modifier class for adding type checking on the routes to any Field class.
Definition: TypedField.h:84
H3D API namespace.
Definition: Anchor.h:38