mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 15:30:04 +00:00 
			
		
		
		
	Dynamic range circle
This commit is contained in:
		
							parent
							
								
									77ba92ce7f
								
							
						
					
					
						commit
						87581892a7
					
				
					 9 changed files with 105 additions and 34 deletions
				
			
		|  | @ -129,6 +129,8 @@ public: | |||
|    RadialDataBlock(RadialDataBlock&&) noexcept; | ||||
|    RadialDataBlock& operator=(RadialDataBlock&&) noexcept; | ||||
| 
 | ||||
|    float unambiguous_range() const; | ||||
| 
 | ||||
|    static std::shared_ptr<RadialDataBlock> | ||||
|    Create(const std::string& dataBlockType, | ||||
|           const std::string& dataName, | ||||
|  | @ -195,7 +197,9 @@ public: | |||
|    uint8_t            azimuth_indexing_mode() const; | ||||
|    uint16_t           data_block_count() const; | ||||
| 
 | ||||
|    std::shared_ptr<VolumeDataBlock> volume_data_block() const; | ||||
|    std::shared_ptr<ElevationDataBlock> elevation_data_block() const; | ||||
|    std::shared_ptr<RadialDataBlock>    radial_data_block() const; | ||||
|    std::shared_ptr<VolumeDataBlock>    volume_data_block() const; | ||||
|    std::shared_ptr<MomentDataBlock> moment_data_block(DataBlockType type) const; | ||||
| 
 | ||||
|    bool Parse(std::istream& is); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat