1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/samples/ocafsamples
tiv 0423218095 0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
"endl" manipulator for Message_Messenger is renamed to "Message_EndLine".

The following entities from std namespace are now used
with std:: explicitly specified (from Standard_Stream.hxx):
std::istream,std::ostream,std::ofstream,std::ifstream,std::fstream,
std::filebuf,std::streambuf,std::streampos,std::ios,std::cout,std::cerr,
std::cin,std::endl,std::ends,std::flush,std::setw,std::setprecision,
std::hex,std::dec.
2019-08-16 12:16:38 +03:00
..

========================================================================
       Open CasCade Application Framework samples
========================================================================


The provided in this directory set of samples dedicated to get initial 
knowledge about typical actions with OCAF services. 
All samples are compilable, but the method 'Sample()' of each file is not
dedicated for execution 'as is'. Rather it can be considered as set of 
logical actions using some OCAF service. It may be useful for newcomers.