blob: 7e44e5baa002eacdcb61ce8624abbbbfa996ef2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: Visual3d_NListOfLayerItem.hxx
// Created: 20.03.2009
// Author: Alexander A. BORODIN
#ifndef _Visual3d_NListOfLayerItem_HeaderFile
#define _Visual3d_NListOfLayerItem_HeaderFile
#include <NCollection_DefineList.hxx>
#include <Visual3d_LayerItem.hxx>
DEFINE_LIST (Visual3d_NListOfLayerItem,
NCollection_List,
Handle(Visual3d_LayerItem))
#endif
|