summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_ArrayOfSegments.cxx
blob: e05e70bad22e4e6fd4198f486f24dd154d13d767 (plain)
1
2
3
4
5
6
7
8
9
10
// File		Graphic3d_ArrayOfSegments.cxx
// Created	04/01/01 : GG : G005

#include <Graphic3d_ArrayOfSegments.ixx>

Graphic3d_ArrayOfSegments :: Graphic3d_ArrayOfSegments (
                        const Standard_Integer maxVertexs,
                        const Standard_Integer maxEdges,
                        const Standard_Boolean hasVColors)
	: Graphic3d_ArrayOfPrimitives(Graphic3d_TOPA_SEGMENTS,maxVertexs,0,maxEdges,Standard_False,hasVColors,Standard_False,Standard_False,Standard_False) {}