Ignore:
Timestamp:
Aug 24, 2012, 11:07:18 AM (12 years ago)
Author:
ldelgass
Message:

Add explicit template instantiations for getGraphicsObject(), needed for
addGraphicsObject() specializations for Box/Sphere?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/RpVtkRendererGraphicsObjs.cpp

    r3149 r3150  
    1414#include <vtkDataSetReader.h>
    1515
     16#include "RpVtkRendererGraphicsObjs.h"
    1617#include "RpVtkRenderer.h"
    1718#include "RpVtkDataSet.h"
     
    106107{ return _warps; }
    107108
     109template Box *Renderer::getGraphicsObject(const DataSetId&);
     110template Sphere *Renderer::getGraphicsObject(const DataSetId&);
     111
    108112template <>
    109113bool Renderer::addGraphicsObject<Box>(const DataSetId& id)
Note: See TracChangeset for help on using the changeset viewer.