VTK  9.1.0
vtkmImageConnectivity.h
Go to the documentation of this file.
1//=============================================================================
2//
3// Copyright (c) Kitware, Inc.
4// All rights reserved.
5// See LICENSE.txt for details.
6//
7// This software is distributed WITHOUT ANY WARRANTY; without even
8// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9// PURPOSE. See the above copyright notice for more information.
10//
11// Copyright 2012 Sandia Corporation.
12// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13// the U.S. Government retains certain rights in this software.
14//
15//=============================================================================
37#ifndef vtkmImageConnectivity_h
38#define vtkmImageConnectivity_h
39
40#include "vtkAcceleratorsVTKmFiltersModule.h" //required for correct implementation
41#include "vtkImageAlgorithm.h"
42
43class VTKACCELERATORSVTKMFILTERS_EXPORT vtkmImageConnectivity : public vtkImageAlgorithm
44{
45public:
47 void PrintSelf(ostream& os, vtkIndent indent) override;
49
50protected:
53
55
56private:
58 void operator=(const vtkmImageConnectivity&) = delete;
59};
60
61#endif // vtkmImageConnectivity_h
Generic algorithm superclass for image algs.
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Label regions inside an image by connectivity.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
static vtkmImageConnectivity * New()
~vtkmImageConnectivity() override