mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
21 lines
426 B
C++
Executable File
21 lines
426 B
C++
Executable File
// OCC_BaseView.cpp: implementation of the OCC_BaseView class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include <stdafx.h>
|
|
#include "OCC_BaseView.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
OCC_BaseView::OCC_BaseView()
|
|
{
|
|
|
|
}
|
|
|
|
OCC_BaseView::~OCC_BaseView()
|
|
{
|
|
|
|
}
|