Point Cloud Library (PCL)
1.8.0
surface
include
pcl
surface
3rdparty
opennurbs
opennurbs_version.h
1
/* $NoKeywords: $ */
2
/*
3
//
4
// Copyright (c) 1993-2012 Robert McNeel & Associates. All rights reserved.
5
// OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert
6
// McNeel & Associates.
7
//
8
// THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
9
// ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF
10
// MERCHANTABILITY ARE HEREBY DISCLAIMED.
11
//
12
// For complete openNURBS copyright information see <http://www.opennurbs.org>.
13
//
14
////////////////////////////////////////////////////////////////
15
*/
16
17
18
#if !defined(OPENNURBS_VERSION_DEFINITION)
19
#error Do NOT include opennurbs_version.h in your code. Use ON::Version() instead.
20
#endif
21
22
23
// OpenNURBS users:
24
// Do not change OPENNURBS_VERSION or the OpenNURBS code
25
// that reads 3DM files not work correctly.
26
#define OPENNURBS_VERSION 201209145
27
28
// Subversion revision and branch used for source code.
29
#define OPENNURBS_SRC_SVN_REVISION "85828"
30
#define OPENNURBS_SRC_SVN_BRANCH ".../opennurbs_public/2012-09-14-0000/opennurbs"
31
32
// Subversion revision and branch used for documentation.
33
#define OPENNURBS_DOC_SVN_REVISION "85828"
34
#define OPENNURBS_DOC_SVN_BRANCH ".../opennurbs_public/2012-09-14-0000/opennurbs"