~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Points/Gui/ViewProvider.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
 
 *   Copyright (c) 2004 Werner Mayer <werner.wm.mayer@gmx.de>              *
 
2
 *   Copyright (c) 2004 Werner Mayer <wmayer[at]users.sourceforge.net>     *
3
3
 *                                                                         *
4
4
 *   This file is part of the FreeCAD CAx development system.              *
5
5
 *                                                                         *
32
32
class SoPointSet;
33
33
class SoLocateHighlight;
34
34
class SoCoordinate3;
35
 
class SoNormal;
 
35
class SoNormal;
36
36
class SoEventCallback;
37
37
 
38
38
namespace App {
45
45
 
46
46
namespace Points {
47
47
  class PropertyGreyValueList;
48
 
  class PropertyNormalList;
 
48
  class PropertyNormalList;
49
49
  class PointKernel;
50
50
  class Feature;
51
51
}