Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CMy3dvisDoc Class Reference

#include <3dvisDoc.h>

List of all members.

Public Methods

virtual BOOL OnNewDocument ()
virtual void Serialize (CArchive &ar)
virtual ~CMy3dvisDoc ()

Protected Methods

 CMy3dvisDoc ()


Constructor & Destructor Documentation

CMy3dvisDoc::CMy3dvisDoc   [protected]
 

Definition at line 30 of file 3dvisDoc.cpp.

00031 {
00032         // TODO: add one-time construction code here
00033 
00034 }

CMy3dvisDoc::~CMy3dvisDoc   [virtual]
 

Definition at line 36 of file 3dvisDoc.cpp.

00037 {
00038 }


Member Function Documentation

BOOL CMy3dvisDoc::OnNewDocument   [virtual]
 

Definition at line 40 of file 3dvisDoc.cpp.

00041 {
00042         if (!CDocument::OnNewDocument())
00043                 return FALSE;
00044 
00045         // TODO: add reinitialization code here
00046         // (SDI documents will reuse this document)
00047 
00048         return TRUE;
00049 }

void CMy3dvisDoc::Serialize CArchive &    ar [virtual]
 

Definition at line 56 of file 3dvisDoc.cpp.

00057 {
00058         if (ar.IsStoring())
00059         {
00060                 // TODO: add storing code here
00061         }
00062         else
00063         {
00064                 // TODO: add loading code here
00065         }
00066 }


The documentation for this class was generated from the following files:
Generated on Thu Jan 30 21:35:44 2003 for 3DVis by doxygen1.3-rc2