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

#include <Graphic3d_CTransPersStruct.hxx>

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