Loading...
Searching...
No Matches
List of all members
cuspatial::test::EmptyAndOneGeometryColumnFixture Struct Reference
Inheritance diagram for cuspatial::test::EmptyAndOneGeometryColumnFixture:
cuspatial::test::BaseFixture cuspatial::test::EmptyGeometryColumnBase< float > cuspatial::test::OneGeometryColumnBase< float > cuspatial::test::RMMResourceMixin

Additional Inherited Members

- Public Member Functions inherited from cuspatial::test::RMMResourceMixin
rmm::mr::device_memory_resource * mr ()
 Returns pointer to device_memory_resource that should be used for all tests inheriting from this fixture.
 
rmm::cuda_stream_view stream ()
 Returns cuda_stream_view that should be used for computation in tests inheriting from this fixture.
 
- Protected Member Functions inherited from cuspatial::test::EmptyGeometryColumnBase< float >
 EmptyGeometryColumnBase (rmm::cuda_stream_view stream)
 
geometry_column_view empty_point ()
 
geometry_column_view empty_multipoint ()
 
geometry_column_view empty_linestring ()
 
geometry_column_view empty_multilinestring ()
 
geometry_column_view empty_polygon ()
 
geometry_column_view empty_multipolygon ()
 
- Protected Member Functions inherited from cuspatial::test::OneGeometryColumnBase< float >
 OneGeometryColumnBase (rmm::cuda_stream_view stream)
 
geometry_column_view one_point ()
 
geometry_column_view one_multipoint ()
 
geometry_column_view one_linestring ()
 
geometry_column_view one_multilinestring ()
 
geometry_column_view one_polygon ()
 
geometry_column_view one_multipolygon ()
 
- Protected Attributes inherited from cuspatial::test::EmptyGeometryColumnBase< float >
std::unique_ptr< cudf::column > empty_point_column
 
std::unique_ptr< cudf::column > empty_linestring_column
 
std::unique_ptr< cudf::column > empty_polygon_column
 
std::unique_ptr< cudf::column > empty_multipoint_column
 
std::unique_ptr< cudf::column > empty_multilinestring_column
 
std::unique_ptr< cudf::column > empty_multipolygon_column
 
- Protected Attributes inherited from cuspatial::test::OneGeometryColumnBase< float >
std::unique_ptr< cudf::column > one_point_column
 
std::unique_ptr< cudf::column > one_linestring_column
 
std::unique_ptr< cudf::column > one_polygon_column
 
std::unique_ptr< cudf::column > one_multipoint_column
 
std::unique_ptr< cudf::column > one_multilinestring_column
 
std::unique_ptr< cudf::column > one_multipolygon_column
 

Detailed Description

Definition at line 179 of file geometry_fixtures.hpp.

Constructor & Destructor Documentation

◆ EmptyAndOneGeometryColumnFixture()

cuspatial::test::EmptyAndOneGeometryColumnFixture::EmptyAndOneGeometryColumnFixture ( )
inline

Definition at line 182 of file geometry_fixtures.hpp.


The documentation for this struct was generated from the following file: