1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-31 11:15:31 +03:00
occt/src/Aspect/Aspect_Pixel.cxx
2012-03-05 19:23:40 +04:00

12 lines
215 B
C++
Executable File

#include <Aspect_Pixel.ixx>
#include <Standard_OStream.hxx>
Aspect_Pixel::Aspect_Pixel() {}
Standard_OStream& operator << (Standard_OStream& s, const Aspect_Pixel& aPixel)
{
aPixel.Print( s ) ;
return s ;
}