Скачиваний:
12
Добавлен:
01.05.2014
Размер:
858 б
Скачать
// Laba2.h : main header file for the Laba2 application
//
#pragma once

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols
#include "cvector3d.h"


// CLaba2App:
// See Laba2.cpp for the implementation of this class
//

class CLaba2App : public CWinApp
{
public:
	CLaba2App();


// Overrides
public:
	virtual BOOL InitInstance();

// Implementation
	afx_msg void OnAppAbout();
	DECLARE_MESSAGE_MAP()
public:
	cVector3D T1;
	cVector3D T2;
	cVector3D T3;
	cVector3D T4;
	cVector3D T5;
	afx_msg void OnFileInitpoints();
	int Init;
	afx_msg void OnMenuXY();
	int OutOsi;
	afx_msg void OnMenuYZ();
	afx_msg void OnMenuXZ();
	afx_msg void OnFileSplain();
	int VivodSplain;
	afx_msg void OnFileParaboli();
};

extern CLaba2App theApp;
Соседние файлы в папке Laba2