[Paraview] Fail to get the mapper of a volume actor

沈恩亚 enya.shen2010 at gmail.com
Fri Sep 30 10:38:48 EDT 2011


Hi All,

I used the codes following to get the mapper of a volume actor, but I get
NULL while *volume *is not NULL.

*  vtkAbstractMapper3D *mapper = NULL;
  if ( (volume = vtkVolume::SafeDownCast(propCandidate)) != NULL )
    mapper = volume->GetMapper();
*
Why? Thanks for any advice!

Best wishes!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110930/a864f5c0/attachment.htm>


More information about the ParaView mailing list