We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e4ab7 commit 90771feCopy full SHA for 90771fe
1 file changed
MRML/vtkIGTLToMRMLPolyData.cxx
@@ -316,7 +316,7 @@ int vtkIGTLToMRMLPolyData::IGTLToMRML(vtkMRMLNode* node)
316
for (int i = 0; i < nAttributes; i ++)
317
{
318
igtl::PolyDataAttribute::Pointer attribute;
319
- attribute = this->InPolyDataMessage->GetAttribute(i);
+ attribute = this->InPolyDataMessage->GetAttribute(igtl::PolyDataMessage::AttributeList::size_type(i));
320
321
vtkSmartPointer<vtkFloatArray> data =
322
vtkSmartPointer<vtkFloatArray>::New();
0 commit comments