mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-31 11:15:31 +03:00
12 lines
215 B
C++
Executable File
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 ;
|
|
}
|
|
|