ParaView
|
#include "vtkActor.h"
#include "vtkCompositePolyDataMapper2.h"
#include "vtkMaskPoints.h"
#include "vtkNew.h"
#include "vtkPANLHaloFinder.h"
#include "vtkPGenericIOReader.h"
#include "vtkPointData.h"
#include "vtkRenderWindow.h"
#include "vtkRenderWindowInteractor.h"
#include "vtkRenderer.h"
#include "vtkSmartPointer.h"
#include "vtkTestUtilities.h"
#include "vtkThreshold.h"
#include "vtkUnstructuredGrid.h"
#include <set>
Go to the source code of this file.
Classes | |
struct | HaloFinderTestHelpers::HaloFinderTestVTKObjects |
Namespaces | |
HaloFinderTestHelpers | |
Functions | |
std::set< std::string > | HaloFinderTestHelpers::getFirstOutputArrays () |
std::set< std::string > | HaloFinderTestHelpers::getHaloSummaryArrays () |
std::set< std::string > | HaloFinderTestHelpers::getHaloSummaryWithCenterInfoArrays () |
bool | HaloFinderTestHelpers::pointDataHasTheseArrays (vtkPointData *pd, const std::set< std::string > &arrays) |
HaloFinderTestVTKObjects | HaloFinderTestHelpers::SetupHaloFinderTest (int argc, char *argv[], vtkPANLHaloFinder::CenterFindingType centerFinding=vtkPANLHaloFinder::NONE, bool findSubhalos=false) |