summaryrefslogtreecommitdiff
path: root/inc/VrmlData_ListOfNode.hxx
blob: 9f15ba5f968794e161168f1008617b073340e157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// File:      VrmlData_ListOfNode.hxx
// Created:   06.11.06 11:39
// Author:    Alexander GRIGORIEV
// Copyright: Open Cascade 2007


#ifndef VrmlData_ListOfNode_HeaderFile
#define VrmlData_ListOfNode_HeaderFile

#include <NCollection_List.hxx>
#include <VrmlData_Node.hxx>

/**
 * Container of List type, holding handles to VrmlData_Node objects
 */

typedef NCollection_List<Handle_VrmlData_Node> VrmlData_ListOfNode; 

#endif