[Insight-users] ITKVideo modules compiling errors
siqi chen
siqichensc at gmail.com
Tue Aug 9 19:19:49 EDT 2011
Hello,
I am trying to compile the new itkVideo modules obtained from github.
https://github.com/itkvideo/ITK
Seems that there is one compiling error in the project of
Video-Core-Common-all.
The error comes from the function
//////////////////////////////////////////////////////////////////////
void SetBufferContents(int offset, ElementType* element); ////// in
itkRingBuffer.h
//////////////////////////////////////////////////////////////////////
template< class TElementType > void RingBuffer< TElementType >
::SetBufferContents( int offset, RingBuffer< TElementType >::ElementType*
element ) ////// in itkRingBuffer.txx:
{
// Get the right buffer
unsigned int bufferIndex = this->GetOffsetBufferIndex(offset);
// Set the pointer
this->m_PointerVector[bufferIndex] = element;
}
Any one encounters the same problem recently?
Thanks
Siqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110809/0bef4864/attachment.htm>
More information about the Insight-users
mailing list