Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Aspect / Aspect_Pixel.cxx
diff --git a/src/Aspect/Aspect_Pixel.cxx b/src/Aspect/Aspect_Pixel.cxx
new file mode 100755 (executable)
index 0000000..3d259e6
--- /dev/null
@@ -0,0 +1,11 @@
+#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 ;
+}
+