Loading...
Searching...
No Matches
List of all members
cuspatial::test::OneGeometryColumnFixture< T > Struct Template Reference
Inheritance diagram for cuspatial::test::OneGeometryColumnFixture< T >:
cuspatial::test::BaseFixture cuspatial::test::OneGeometryColumnBase< T > 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::OneGeometryColumnBase< T >
 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::OneGeometryColumnBase< T >
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

template<typename T>
struct cuspatial::test::OneGeometryColumnFixture< T >

Definition at line 175 of file geometry_fixtures.hpp.

Constructor & Destructor Documentation

◆ OneGeometryColumnFixture()

template<typename T >
cuspatial::test::OneGeometryColumnFixture< T >::OneGeometryColumnFixture ( )
inline

Definition at line 176 of file geometry_fixtures.hpp.


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