[vtkusers] vtkFixedPointVolumeRayCastMapper cell scalar not supported
Boxer, Aaron
Aaron.Boxer at uhn.ca
Wed Jan 29 15:52:07 EST 2014
Thanks, David. No, I am not calling SetScalarModeToUse*
-----Original Message-----
From: David Cole [mailto:dlrdave at aol.com]
Sent: Wednesday, January 29, 2014 2:54 PM
To: Boxer, Aaron; vtkusers at vtk.org
Subject: Re: [vtkusers] vtkFixedPointVolumeRayCastMapper cell scalar not supported
Oops. Sent too soon.
Are you calling a "SetScalarModeToUse*" method...? The message shows up in that mapper with code like this:
int usingCellColors;
this->CurrentScalars =
this->GetScalars( input, this->ScalarMode,
this->ArrayAccessMode,
this->ArrayId,
this->ArrayName,
usingCellColors );
if ( usingCellColors )
{
vtkErrorMacro("Cell Scalars not supported");
return;
}
Try a different scalar mode to eliminate the message.
This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient.
Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited.
If you have received this e-mail in error, please contact the sender and delete all copies.
Opinions, conclusions or other information contained in this e-mail may not be that of the organization.
More information about the vtkusers
mailing list