2 * This program is free software: you can redistribute it and/or modify
3 * it under the terms of the GNU
5 Lesser General Public License as
6 * published by the Free Software Foundation, either version 3 of the
7 * License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * @file DrawWithDisplay3DModifier.ih
22 * @author Bertrand Kerautret (\c kerautre@loria.fr )
23 * LORIA (CNRS, UMR 7503), University of Nancy, France
29 * Implementation of inline methods defined in DrawWithDisplay3DModifier.h
31 * This file is part of the DGtal library.
34 ///////////////////////////////////////////////////////////////////////////////
35 // Implementation of inline methods //
39 DGtal::DrawWithDisplay3DModifier::className() const
41 return "DrawWithDisplay3DModifier";
47 DGtal::CustomStyle3D::className() const
49 return "CustomStyle3D";
55 DGtal::ClippingPlane::getEquation()
57 double *r = new double[4];
67 ///////////////////////////////////////////////////////////////////////////////