summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_CStructure.cxx
blob: 1bf028562539026482b3029e956bc6afac60ce23 (plain)
1
2
3
4
5
6
7
8
9

#include <Graphic3d_CStructure.hxx>

const Handle(Standard_Type)& TYPE(Graphic3d_CStructure)
{
  static Handle(Standard_Type) _atype =
    new Standard_Type ("Graphic3d_CStructure", sizeof (Graphic3d_CStructure));
  return _atype;
}