summaryrefslogtreecommitdiff
path: root/inc/Handle_NIS_View.hxx
blob: e10de77675b5998e3ed1790b98016dd15057fd43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// File:      Handle_NIS_View.hxx
// Created:   06.07.07 20:50
// Author:    Alexander GRIGORIEV
// Copyright: Open Cascade 2007


#ifndef Handle_NIS_View_HeaderFile
#define Handle_NIS_View_HeaderFile

#include <Standard_DefineHandle.hxx>
#include <Handle_V3d_OrthographicView.hxx>

class NIS_View;

// Definition of HANDLE object using Standard_DefineHandle.hxx
DEFINE_STANDARD_HANDLE (NIS_View, V3d_OrthographicView)

#endif