1 /*---------------------------------------------------------------------------*\
5 * Copyright (C) 2000-2002 by the OpenSG Forum *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
17 * This library is free software; you can redistribute it and/or modify it *
18 * under the terms of the GNU Library General Public License as published *
19 * by the Free Software Foundation, version 2. *
21 * This library is distributed in the hope that it will be useful, but *
22 * WITHOUT ANY WARRANTY; without even the implied warranty of *
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
24 * Library General Public License for more details. *
26 * You should have received a copy of the GNU Library General Public *
27 * License along with this library; if not, write to the Free Software *
28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
31 \*---------------------------------------------------------------------------*/
32 /*---------------------------------------------------------------------------*\
40 \*---------------------------------------------------------------------------*/
42 //---------------------------------------------------------------------------
44 //---------------------------------------------------------------------------
49 #include "OSGConfig.h"
53 #include "OSGGeometry.h"
54 #include "OSGDrawEnv.h"
56 #include "OSGGeoIgnorePumpGroup.h"
61 /***************************************************************************\
63 \***************************************************************************/
65 /***************************************************************************\
67 \***************************************************************************/
69 /***************************************************************************\
71 \***************************************************************************/
73 /*------------- constructors & destructors --------------------------------*/
75 GeoIgnorePumpGroup::GeoIgnorePumpGroup(void)
79 GeoIgnorePumpGroup::~GeoIgnorePumpGroup(void)
83 /*-------------------------------------------------------------------------*\
85 \*-------------------------------------------------------------------------*/
88 GeoPumpGroup::GeoPump
GeoIgnorePumpGroup::getGeoPump(
90 PropertyCharacteristics acset
)
95 void GeoIgnorePumpGroup::masterGeoPump(
97 const GeoIntegralProperty
*lengths
,
98 const GeoIntegralProperty
*types
,
99 const Geometry::MFPropertiesType
*prop
,
100 const Geometry::MFPropIndicesType
*propIdx
,
101 UInt32 uiNumInstances
)