Program: bbtk
Module: $RCSfile: bbvtkIsoSurfaceExtractor.cxx,v $
Language: C++
- Date: $Date: 2008/11/20 17:41:48 $
- Version: $Revision: 1.8 $
+ Date: $Date: 2008/11/21 12:25:42 $
+ Version: $Revision: 1.9 $
=========================================================================*/
/* ---------------------------------------------------------------------
#ifdef _USE_VTK_
#include "vtkProperty.h"
+#include "vtkLinearTransform.h"
#include "bbvtkIsoSurfaceExtractor.h"
#include "bbvtkPackage.h"
#include "bbvtkPackage.h"
#include "vtkProperty.h"
+#include "vtkLinearTransform.h"
namespace bbvtk
{
marchingcubes->SetValue(0, bbGetInputIsovalue() );
marchingcubes->Update();
- if ( (i*3+1)<bbGetInputColour().size() ){
+ if ( (i*3+1)<(int)(bbGetInputColour().size()) ){
r = bbGetInputColour()[0+i*3];
g = bbGetInputColour()[1+i*3];
b = bbGetInputColour()[2+i*3];