]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To introduce GetPSMapper
authorapo <apo@opencascade.com>
Fri, 23 Sep 2005 07:41:00 +0000 (07:41 +0000)
committerapo <apo@opencascade.com>
Fri, 23 Sep 2005 07:41:00 +0000 (07:41 +0000)
src/PIPELINE/VISU_GaussPointsPL.cxx
src/PIPELINE/VISU_GaussPointsPL.hxx

index 014eb467f5bd941013ceb7e79036e7ceb97f8fbf..e129da4a95b0dfa3122f3950ac212849b258f031 100644 (file)
@@ -85,6 +85,13 @@ VISU_GaussPointsPL
 VISU_PipeLine::TMapper* 
 VISU_GaussPointsPL
 ::GetMapper()
+{
+  return GetPSMapper();
+}
+
+VISU_OpenGLPointSpriteMapper* 
+VISU_GaussPointsPL
+::GetPSMapper()
 {
   if(GetInput()){
     if(!myPSMapper->GetInput()){
index f559016df81234b2653cd439569ab4a3923cc8bc..6cdd85c800bca77cfc082a24e40a64d42c12f04b 100644 (file)
@@ -59,6 +59,9 @@ public:
   TMapper* 
   GetMapper();
 
+  VISU_OpenGLPointSpriteMapper*
+  GetPSMapper();
+
   virtual
   void
   Build();